﻿@charset "UTF-8";
@import "bootstrap.css";
@import "TopSkin.css";
@import "animate.min.css";
@import "MenuSkin.css";
html, body { width: 100%; overflow-x: hidden; }
input:focus { outline: none; }
.padd30 { padding:0 0.4rem; }
h6, .h6 {                                        
    font-weight: inherit;
}

@media (min-width: 415px) {
    p {
        line-height: 200%;
    }
}
.Foot_menu {display:none;}
.ellipsis{
    white-space: nowrap;       
    overflow: hidden;
    text-overflow: ellipsis;
}

.Clear {
    clear: both;
}

.floatL { float: left; }
/*.floatR { float:right; }*/
.center { text-align:center; }

.ConBig img { padding: 0 !important; }   
@media(max-width:768px){.navbarTop .MenuSearch{display:none;}}
@media(min-width: 769px) {
    #hide{display:none !important;}
    .MenuC{display:none !important;}
}
@media (min-width: 768px) {
    .article {
        font-size: 16px;
    }

        /*.article img {
            padding: 10px;
        }*/

    .ConBig img {
        margin-top: 90px;
    }

}

@media(max-width: 992px) {
    html, body {
        font-size: 14px;
    }
}
@media(max-width: 767px) {
    html, body {
        font-size: 12px;
    }

    img {
        float: none !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .article img {
        /*padding-top: 5px;
        padding-bottom: 5px;*/
        display:inline-block;
    }

    .ConBig img {
        margin-top: .6rem;
    }
.nav {padding-top:0;}
    /*全屏展示*/
    h1,
    .h1 {
        font-size: 18px;
    }

    h2,
    .h2 {
        font-size: 18px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }

    h5,
    .h5 {
        font-size: 16px;
    }

    h6,
    .h6 {
        font-size: 14px;
    }

    p {
        margin: 4px 0px 0;
    }

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3 {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    td {
        word-break: break-all;
        word-wrap: break-word;
    }
}

li {
    list-style: none;
}
/*去除点击链接时出现的虚线框*/
a:focus {
    outline: none !important;
}
/*针对火狐浏览器不出现红色框*/
input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textarea:focus:invalid {
    box-shadow: none;
}
/*滚动过渡效果*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

@-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;responsive
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
/*回到顶部*/
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1.4 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-up:before {
    content: "\f106";
}

#float_top {
    position: fixed !important;
    position: absolute;
    right: 0;
    bottom: 0px;
    _top: expression(documentElement.clientHeight - getElementById("float_top").offsetHeight + documentElement.scrollTop + "px");
    background-color: #ffffff;
    box-shadow: .01rem .01732rem .12rem 0px rgba( 0, 0, 0, .14 ), .01rem 1.732px .03rem 0px rgba( 0, 0, 0, .12 );
    transition: all 1s ease;
    bottom: .15rem;
    right: .2rem;
    font-size: .26rem;
    display: none;
    position: fixed;
    text-decoration: none;
    width: .4rem;
    height: .4rem;
    line-height: .35rem;
    text-align: center;
    border-radius: 100%;
    z-index: 999;
}

    #float_top a {
        width: .4rem;
        height: .4rem;
    }

        #float_top a:hover {
            color: #ffffff;
        }
/*页脚*/ /*margin-top: 40px;*/
.footerMtop {
    margin-top: 40px !important;
}

.footer {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    clear: both;
}

    .footer a {
        color: #fff;
    }
    .footer dt{margin-bottom:10px;}
    .footer dd{line-height:26px}

    .footer p {
        margin: 0;
    }

    .footer .fbody {
        padding: 8px 40px;
    }

@media(min-width:992px) {
    .footerMtop {
        margin-top: 40px !important;
    }

    .footer .fmenu {
        height: auto;
        padding: 40px;
        background: #1f1f1f;
    }

        .footer .fmenu .menu-item {
            float: left;
            margin-right: 20px;
            width: 20%;
        }

            .footer .fmenu .menu-item h3 {
                display: inline-block;
                color: #ccc;
                border-bottom: 1px solid #666;
                margin: 0;
                padding-bottom: 15px;
                padding-right: 5px;
            }

            .footer .fmenu .menu-item ul {
                padding: 0;
                margin-top: 10px;
                color: #666;
                margin-bottom: 0px;
            }

                .footer .fmenu .menu-item ul li {
                    line-height: 26px;
                }

                    .footer .fmenu .menu-item ul li a {
                        color: #666;
                    }

        .footer .fmenu .service-item p {
            float: right;
            margin-left: 10px;
        }

        .footer .fmenu .service-item span {
            display: block;
            text-align: center;
            color: #666;
            line-height: 30px;
        }
}

@media(max-width: 768px) {
    .footerMtop {
        margin-top: 20px !important;
    }

    .footer {
        line-height: 180%;
    }

    .fbody {
        padding: 8px!important;
    }
/*底部导航栏*/
.Foot_menu{ position:fixed; z-index:1001; padding:0px; margin:0; bottom:0; width:100%; text-align:center; box-sizing:border-box; -webkit-box-sizing:border-box;display:block;}
.menu_foot{position:relative; float:left;}
.menu_foot:last-child{border-right:none;}

.menu_foot_0{display:block;line-height: 180%;padding:5px 0px 0;}
.menu_foot_0 img{ display:block; margin:0 auto; height:25px; }
.menu_foot_0 span{ display:block; width:100%; line-height:25px; }
}

@media(max-width:991px) {
    .footer .fmenu {
        display: none;
    }
    .Foot_menu {display:none;}
}
@media(min-width:1220px ){
     .topMenu .navbar-collapse ul{display:flex;justify-content:space-between;}
     /*样式十四 样式十八 样式十九*/
     .topMenu .navbar-collapse ul.style14,.topMenu .navbar-collapse ul.style7,.topMenu .menuC ul.style7,.topMenu .navbar-collapse ul.style8,.topMenu .menuC ul.style8{justify-content:flex-start;}
    .menuC .center{ display:flex; align-items:center; float:right; max-width:78%; height:90px; justify-content:flex-end; }

}
@media(max-width: 767px) {
    .footerMtop {
        margin-top: 15px !important;
    }

    .footer {
        font-size: 16px;
        line-height: 180%; /*margin-top: 40px;*/
        margin-bottom:50px;
    }

    .HomeFooter {
        margin-top: 0px !important;
    }

    .footer {
        line-height: 180%;
        font-size: 12px;
        margin-top: 0px;
    }

    .fbody {
        padding: 5px!important
    }

    .footer .fmenu {
        height: auto;
        padding: 20px;
        background: #1f1f1f;
    }

        .footer .fmenu .menu-item {
            float: left;
            margin-right: 10px;
            width: 20%;
        }

            .footer .fmenu .menu-item h3 {
                color: #ccc;
                border-bottom: 1px solid #666;
                margin: 0;
                padding-bottom: 5px;
                max-width: 96px;
                font-size: 18px;
            }

            .footer .fmenu .menu-item ul {
                padding: 0;
                margin-top: 10px;
                color: #666;
                font-size: 14px;
                margin-bottom: 0px;
            }

                .footer .fmenu .menu-item ul li {
                    line-height: 30px;
                }

                    .footer .fmenu .menu-item ul li a {
                        color: #666;
                    }

        .footer .fmenu .service-item p {
            float: right;
            margin-left: 3%;
        }

        .footer .fmenu .service-item span {
            display: block;
            text-align: center;
            color: #666;
            line-height: 180%;
        }
}

@media(max-width: 414px) {
    .footerMtop {
        margin-top: 10px !important;
    }

    .article img {
        padding: 0px;
        margin: 0;
        display:inline-block;
        margin-bottom:5px;
    }

    .footer {
        font-size: 14px;
        line-height: 180%; /*margin-top: 40px;*/
    }

    .HomeFooter {
        margin-top: 0px !important;
    }

    .footer {
        line-height: 180%;
        font-size: 12px;
        margin-top: 0px;
    }

    .fbody {
        padding: 5px!important;
    }

    .footer .fmenu {
        height: auto;
        padding: 20px;
        background: #1f1f1f;
    }

        .footer .fmenu .menu-item {
            float: left;
            margin-right: 10px;
            width: 20%;
        }

            .footer .fmenu .menu-item h3 {
                color: #ccc;
                border-bottom: 1px solid #666;
                margin: 0;
                padding-bottom: 5px;
                max-width: 96px;
                font-size: 18px;
            }

            .footer .fmenu .menu-item ul {
                padding: 0;
                margin-top: 10px;
                color: #666;
                font-size: 12px;
                margin-bottom: 0px;
            }

                .footer .fmenu .menu-item ul li {
                    line-height: 30px;
                }

                    .footer .fmenu .menu-item ul li a {
                        color: #666;
                    }

        .footer .fmenu .service-item p {
            float: right;
            margin-left: 2%;
        }

        .footer .fmenu .service-item span {
            display: block;
            text-align: center;
            color: #666;
            line-height: 180%;
        }
}
/*公告*/
.Anntxt {
    float: left;
    font-weight: 600;
}

    .Anntxt img {
        display: inline-block;
    }

.Ann {
    overflow: hidden;
    float: left;
    width: 80%;
    margin-left:2%;
}

    .Ann ul {
        margin: 0;
        padding: 0;
        width:100%;
    }

    .Ann li {
        text-align: left;
        list-style-type: none;
        width:100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.AnnMore {
    float: right;
}

.AnnShowType0, .AnnShowType0 .Ann li a, .AnnShowType0 .AnnMore a {
    color: #fff;
}

.AnnShowType1 {
    background: #eee;
}

    .AnnShowType1 .Ann li a, .AnnShowType1 .AnnMore a, .AnnShowType2 .Ann li a, .AnnShowType2 .AnnMore a {
        color: #666;
    }

@media(min-width: 768px) {
    /*.HomeAnn{ margin-bottom:40px;}*/
    .HomeAnnContainer {
        cursor:pointer;
        position:relative; 
        padding: 0 2%;
        height: 50px;
        line-height: 50px;
    }
    .MsgNotice { display:none;}

    .Anntxt, .Ann, .Ann li, .AnnMore {
        height: 50px;
        line-height: 50px;
    }

    .Anntxt {
        font-size: 18px;
    }

    .Ann li {
        font-size: 16px;
        margin-left: 20px;
    }
        .Anntxt i{
            display:inline-block;
            vertical-align:middle;
            width:30px;
            height:50px;
            background:url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1116 1024' xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cpath d='M603.245 4.84a46.528 46.528 0 0 0-51.646 6.98L272.428 256.837l-222.546-.977a46.947 46.947 0 0 0-34.198 14.936 52.298 52.298 0 0 0-14.377 36.152L.004 716.726a52.53 52.53 0 0 0 13.958 36.245 46.528 46.528 0 0 0 34.385 15.075h225.198l277.868 244.135a47.18 47.18 0 0 0 31.08 11.819 46.528 46.528 0 0 0 20.613-4.653 51.507 51.507 0 0 0 27.917-46.529V51.368A51.181 51.181 0 0 0 603.106 4.84M791.36 260.746a47.273 47.273 0 0 0-64.023 24.056 52.856 52.856 0 0 0 22.194 68.304 169.503 169.503 0 0 1 75.795 154.986c0 121.207-68.025 161.407-70.258 162.85a52.577 52.577 0 0 0-21.729 68.676 48.25 48.25 0 0 0 43.504 28.335 45.598 45.598 0 0 0 21.636-5.397c5.118-2.699 123.952-67.513 123.952-254.325A269.26 269.26 0 0 0 791.5 260.746M942.717 110.46a46.994 46.994 0 0 0-66.768 15.307 53.136 53.136 0 0 0 13.958 70.724c5.258 3.675 129.675 93.057 129.675 315.37S900.237 824.206 895.537 827.603a52.856 52.856 0 0 0-13.447 71.002 48.017 48.017 0 0 0 40.434 22.753 47.366 47.366 0 0 0 26.893-8.608c6.793-4.653 167.27-120.974 167.27-400.936S949.697 115.252 942.624 110.46' fill='%23fff'/%3E%3C/svg%3E") no-repeat center/70%;
            overflow: hidden;
        }
        .Anntxt .AnnTitle{
            display:inline-block;
            vertical-align:middle;
        }


    .AnnMore {
        font-size: 16px;
    }

    .topMenu .navbar-toggle span {
        font-size: 30px;
    }

    .glyphicon-volume-up {
        margin-right: 10px;
    }
}

@media(max-width: 767px) {
    .glyphicon-tower {
        margin-right: 5px;
        margin-top: 0px;
    }

    .glyphicon-volume-up {
        margin-right: 5px;
    }

    .HomeAnnContainer {
        position:relative; 
        overflow: hidden;
        margin: 0 2%;
    }
    .MsgNotice { display:none;}

    .Anntxt, .Ann, .Ann li, .AnnMore {
        height: 40px;
        line-height: 40px;
    }

    .Anntxt {
        font-size: 14px;
    }
    
    .Ann {
        width: 79%;
    }
        .Anntxt i{
            display:inline-block;
            vertical-align:middle;
            background:url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1116 1024' xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cpath d='M603.245 4.84a46.528 46.528 0 0 0-51.646 6.98L272.428 256.837l-222.546-.977a46.947 46.947 0 0 0-34.198 14.936 52.298 52.298 0 0 0-14.377 36.152L.004 716.726a52.53 52.53 0 0 0 13.958 36.245 46.528 46.528 0 0 0 34.385 15.075h225.198l277.868 244.135a47.18 47.18 0 0 0 31.08 11.819 46.528 46.528 0 0 0 20.613-4.653 51.507 51.507 0 0 0 27.917-46.529V51.368A51.181 51.181 0 0 0 603.106 4.84M791.36 260.746a47.273 47.273 0 0 0-64.023 24.056 52.856 52.856 0 0 0 22.194 68.304 169.503 169.503 0 0 1 75.795 154.986c0 121.207-68.025 161.407-70.258 162.85a52.577 52.577 0 0 0-21.729 68.676 48.25 48.25 0 0 0 43.504 28.335 45.598 45.598 0 0 0 21.636-5.397c5.118-2.699 123.952-67.513 123.952-254.325A269.26 269.26 0 0 0 791.5 260.746M942.717 110.46a46.994 46.994 0 0 0-66.768 15.307 53.136 53.136 0 0 0 13.958 70.724c5.258 3.675 129.675 93.057 129.675 315.37S900.237 824.206 895.537 827.603a52.856 52.856 0 0 0-13.447 71.002 48.017 48.017 0 0 0 40.434 22.753 47.366 47.366 0 0 0 26.893-8.608c6.793-4.653 167.27-120.974 167.27-400.936S949.697 115.252 942.624 110.46' fill='%23fff'/%3E%3C/svg%3E") no-repeat center/70%;
            width:25px;
            height:30px;
        }

    .AnnTitle {
        display: inline-block;
        vertical-align:middle;
        overflow: hidden;
        height: 40px;
        line-height: 40px;
        font-weight: 600;
    }

    .Ann li, .AnnMore {
        font-size: 14px;
    }

    .glyphicon {
        vertical-align:middle;
        font-size: 18px;
    }

    .Ann li {
        margin-left: 10px;
    }
}

@media(max-width: 414px) {
    .Ann {
        width: 72%;
    }
    .Ann li {
        margin-left: 5px;
    }

        .Anntxt, .Ann, .Ann li, .AnnMore {
            height: 30px;
            line-height: 30px;
            font-size: 16px;
        }

    .Anntxt {
        font-size: 14px;
    }

        .Anntxt i{
            display:inline-block;
            vertical-align:middle;
            background:url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1116 1024' xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cpath d='M603.245 4.84a46.528 46.528 0 0 0-51.646 6.98L272.428 256.837l-222.546-.977a46.947 46.947 0 0 0-34.198 14.936 52.298 52.298 0 0 0-14.377 36.152L.004 716.726a52.53 52.53 0 0 0 13.958 36.245 46.528 46.528 0 0 0 34.385 15.075h225.198l277.868 244.135a47.18 47.18 0 0 0 31.08 11.819 46.528 46.528 0 0 0 20.613-4.653 51.507 51.507 0 0 0 27.917-46.529V51.368A51.181 51.181 0 0 0 603.106 4.84M791.36 260.746a47.273 47.273 0 0 0-64.023 24.056 52.856 52.856 0 0 0 22.194 68.304 169.503 169.503 0 0 1 75.795 154.986c0 121.207-68.025 161.407-70.258 162.85a52.577 52.577 0 0 0-21.729 68.676 48.25 48.25 0 0 0 43.504 28.335 45.598 45.598 0 0 0 21.636-5.397c5.118-2.699 123.952-67.513 123.952-254.325A269.26 269.26 0 0 0 791.5 260.746M942.717 110.46a46.994 46.994 0 0 0-66.768 15.307 53.136 53.136 0 0 0 13.958 70.724c5.258 3.675 129.675 93.057 129.675 315.37S900.237 824.206 895.537 827.603a52.856 52.856 0 0 0-13.447 71.002 48.017 48.017 0 0 0 40.434 22.753 47.366 47.366 0 0 0 26.893-8.608c6.793-4.653 167.27-120.974 167.27-400.936S949.697 115.252 942.624 110.46' fill='%23fff'/%3E%3C/svg%3E") no-repeat center/70%;
            width:25px;
            height:30px;
        }

    .AnnTitle {
        display: inline-block;
        vertical-align:middle;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        font-weight: 600;
    }

    .Ann li, .AnnMore {
        font-size: 14px;
    }

    .glyphicon {
        top: 1px;
        margin-right: 1px;
    }

    .Ann li {
        margin-left: 5px;
    }
}
/********************************导航***********************************/
.Underline:nth-of-type(1) .UnderlineStyle:after {
    left: -80%;
    right: -80%;
}

.Underline:hover .UnderlineStyle:after {
    width: 60%;
}

.Underline:nth-of-type(1):hover .UnderlineStyle:after {
    width: 60%;
}


/*公共*/
@media(min-width: 769px) and (max-width: 1249px) {
    .navbar .container {
        width: 100%;
    }
}

@media(min-width: 1250px) {
    .topMenu .menuC .center > ul > li > a,.navSkin7 .menuC .center>ul > li > a {
        padding: 0px 20px;
    }
    /*.topMenu .navbar-collapse > ul.style14 > li > .padd {
        padding: 0px 20px;
        margin:0 5px;
    }*/                                                                                                                                                                                                          
}

/*♀ZJH♀*/
@media(max-width: 768px) {
    li.dropdown:hover > ul {
        display: block;
    }
    .topMenu .navbar-collapse > ul > li > a {
        box-sizing: border-box;
    }
    .topMenu .menuC .center > ul > li > a ,.navSkin7 .menuC .center>ul > li > a {
        padding: 0px 20px;
    }
}
    .navSkin20 .cn_en > li > a, .navSkin21 .cn_en > li > a {
        width: inherit !important;
        padding-left: 10px;
    }

    .cn_en a:hover {
        background: inherit !important;
    }

.ProductMargin {margin:0 30px}
.ProductPadding {padding:20px 10px 0px;}
@media(min-width: 991px) and (max-width: 1220px) {
    .ProductMargin {margin:0 10px!important;}                               
    .style21 > li, .style22 > li, .style8 > li {
        margin: 0 8px !important;
    }
    
    .ProductPadding {padding:10px 10px 0px;}
    .topMenu .menuC .center > ul > li > a,.navSkin7 .menuC .center>ul > li > a {
        padding: 0px 10px;
    }
   .topMenu .menuC .center > ul.style4 > li > a,.topMenu .menuC .center > ul.style3 > li > a{
        padding: 0px 8px;
    }
    .navSkin18 {
        padding: 0 20px !important;
    }
}
@media(max-width: 990px) {
    .divCategories>ul>li{ margin:0 5px 10px; }
    .ProductMargin { margin: 0 5px !important; }
    .ProductPadding {padding:10px 5px 0px; }
}

@media(max-width: 768px) {
    .navSkin1 a.navbar-brand,.navSkin2 a.navbar-brand, .navSkin18 a.navbar-brand {
        display: flex !important;
        align-items: center !important;
    }

   body .navbar-collapse > ul > li > a {
        font-size: .3rem !important;
    }
    .navbar-collapse {
        padding-left: 0 !important;
    }
.ProductMargin {margin:0 5px!important;}
.ProductPadding {padding:10px 5px 0px; }
}

@media(max-width: 414px) {
.ProductMargin {margin:0 5px!important;}
.ProductPadding {padding:10px 5px 0px;}
}

.navbar-header h1{ margin:0px; padding:0px; }
/*♀ZJH♀*/

@media(min-width: 1250px) {
    .topMenu .navbar-collapse > ul > li > a {
        padding: 0px 10px;
        margin:0 2px;
    }
    .navSkin18 {
        padding: 0 40px !important;
    }
}

    .topMenu .menuC .center > ul > li > a,.navSkin7 .menuC .center>ul > li > a {
        padding: 0px 30px;
    }

/*foot*/
.service-item img {
    width: 140px;
    height: 140px;
}


.divChild2 { position:absolute; width:800%; }

/*********版面一 二*********/
@media(min-width: 769px) {
        /*Logo*/
        .navSkin20 a.navbar-brand img, .style17 a.navbar-brand img, .navSkin7 a.navbar-brand img {
            vertical-align: middle;
            display: flex;
            align-items: center;
            max-width: 100%;
            max-height: 81px /*100%*/;
            display: inline-block;
            vertical-align: middle;
        }

    .navSkin20 .navbar-header, .style17 .navbar-header, .navSkin7 .navbar-header {
        width: 30%;
    }
}
/**********版面二*******/
@media(min-width: 769px) {
    .navSkin21 .container, .navSkin22 .container{
        width: 100%;
        padding: 0;
    }

    .navSkin21 .navbar-header, .navSkin22 .navbar-header{
        width: 100% !important;
        text-align:center;
        float: none;
        margin:0;
    }

    .navSkin21 .navbar-brand, .navSkin22 .navbar-brand{
        float: none;
        display: block;
        padding: 0;
        height: 80px;
    }

        .navSkin21 .navbar-brand img, .navSkin22 .navbar-brand img{
            margin: 0 auto;
        }

    .navSkin21 .navbar-brand img, .navSkin22 .navbar-brand img{
        padding-top: 4px;
    }
    /**第二版**样式一**/
    .style21 > li {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

        .style21 > li > a:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        /*.style3 > li a:hover:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }*/
         .style21 > li:hover a:before{
             -webkit-transform: scaleY(1);
            transform: scaleY(1);
         }
}
@media(min-width: 992px) {
    .Foot_menu {display:none;}
}


@media(min-width: 1599px) {
    .topMenu .menuC .center > ul > li > a,.navSkin7 .menuC .center>ul > li > a {
        padding: 0px 30px;
    }
      .topMenu .navbar-collapse > ul.style14 > li > .padd {
        padding: 0px 40px!important;
        margin:0!important;
    }
    .navSkin18 {
        padding: 0 40px !important;
    }
}

/**********版面三***********/
@media(min-width: 769px) {
    .page3_h15 {
        background: #333;
        height: 15px;
    }
    /**版面三**样式二*/
}

@media(min-width: 769px) and (max-width: 991px) {
    .page3_h15 {
        background: #333;
        height: 10px;
    }
}
/********样式三**子菜单******/
@media(min-width: 769px) {
    .topMenu .dropdown-menu {
        padding: 0px;
    }

    .subMenu a {
        color: #fff !important;
        opacity: 0.9;
    }

        .subMenu a:hover {
            opacity: 1;
        }

    .subMenu li:last-child a {
        border-bottom: inherit;
    }

    .subMenu li:first-child a {
        border-top: inherit;
    }
    /*版面一&&二*/
    .navSkin7 .subMenu:after{
        top: -8px;
        left: 21px;
        position: absolute;
        width: 0;
        height: 0;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        content: '';
    }

    .navSkin7 .subMenu a{
        border-bottom: 1px solid #f2f2f2;
    }
    /**版面三***/
    .style9 .subMenu li {
        min-width: 100px;
    }

    .style9 .subMenu:after {
        top: -2px;
        left: 10px;
        position: absolute;
        width: 80px;
        content: '';
    }

    .style9 .subMenu {
        background: rgba(51, 51, 51,0.8);
        top: 74%;
    }

        .style9 .subMenu a {
            border-bottom: #666 solid 1px;
        }
}
    .nbSpace { margin-top:80px; }


.div_header_top1,
.div_header_top2,
.div_header_top3{ display:inline-block; width: 100%; padding: 0 2%; height: 50px; line-height: 50px; overflow:hidden; }
.div_welcome,.div_right, .div_search { display: inline-block; }
.div_welcome { float: left; }
.div_right { float:right; }

    .div_search {
        width:100%;
        max-width:400px;
        min-width:300px;
        text-align:right;
    }

        .div_search input, .div_search button { float:left; display: inline-block; margin:5px 0px; padding:0px 5%; height: 40px; line-height: 40px; vertical-align: middle; }
        .div_search input {
            border:solid 1px #ccc;
            border-radius:30px 0px 0px 30px;
            border-right:none;
            width:76%;
        }

        .div_search button { border: solid 1px #ccc; border-left: none; border-radius: 0px 20px 20px 0px; width: 17%; overflow: hidden; text-indent: -99px; background: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1109 1024' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M406.277 812.546A403.794 403.794 0 0 1 .01 406.362 403.794 403.794 0 0 1 406.277.01a403.794 403.794 0 0 1 406.269 406.268 403.794 403.794 0 0 1-406.184 406.269zm0-696.485a287.4 287.4 0 0 0-290.13 290.216c0 162.559 127.657 290.216 290.13 290.216 162.559 0 290.216-127.657 290.216-290.13 0-162.56-127.657-290.302-290.13-290.302zm545.276 890.702L778.754 834.562a55.466 55.466 0 0 1 0-80.384c23.04-23.04 57.6-23.04 80.64 0l172.798 172.287a55.466 55.466 0 0 1 0 80.383 55.808 55.808 0 0 1-80.64 0z' fill='%23333'/%3E%3C/svg%3E")#eee no-repeat center/50%; }
       .div_header_search .Countrybox,.Rightbox .Countrybox{display:inline-block;}
      .div_header_search .Country>span,.Rightbox .Country>span{width:20px;height:16px;background:url(/Skin/img/country.png);display:inline-block;vertical-align:middle;}
      .div_header_search .Country>font,.Rightbox .Country>font{vertical-align:middle;}
      .div_header_search .Enlink>span,.Rightbox .Enlink>span{background-position:right;margin-left:1em;}
      .div_header_search > .navbar-brand .IsWapLogo{display:none;}
      /*顶部样式一*/
      .Topstyle1 .servicenum,.Topstyle1 .wapcode,.Topstyle1 .navbar-brand,.Topstyle1 .Rightbox>span,.Topstyle1 .Countrybox{display:none;}
     /*样式二 三*/
     .Topstyle2 .div_welcome,.Topstyle2 .div_search,.Topstyle3 .div_welcome,.Topstyle3 .div_search,.Topstyle4 .div_welcome,.Topstyle4 .wapcode,.Topstyle2 .Rightbox,.Topstyle3 .Rightbox>span,.Topstyle3 .Countrybox{display:none;}
     .div_header_search.Topstyle2,.div_header_search.Topstyle3,.div_header_search.Topstyle4{height:95px;position:relative;}
     .div_header_search.Topstyle2>a{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}

     /*样式三 四*/ 
     .Topstyle4 .Rightbox>span{display:none;}                             
     .div_header_search.Topstyle3>a,.div_header_search.Topstyle3>div,.div_header_search.Topstyle4>a,.div_header_search.Topstyle4>div{position:absolute;top:50%;transform:translateY(-50%);}
     .div_header_search.Topstyle3>div,.div_header_search.Topstyle4>div{right:2%;}
     .div_header_search.Topstyle3>div>img:first-child{margin-right:25px;}

      /*样式四*/
      .div_header_search.Topstyle4>div>img:first-child{vertical-align:middle;}
      .Topstyle4 .Countrybox{height:30px;line-height:30px;}
      .Topstyle4 .div_search{text-align:right;width:200px;vertical-align:middle;}
      .Topstyle4 .div_search input,.Topstyle5 .div_search input{border-radius:5px 0 0 5px;}
      .Topstyle4 .div_search button,.Topstyle5 .div_search button{border-radius:0 5px 5px 0;width:15%;background:url(/Skin/img/search1.png)no-repeat center/60%;}
      /*样式五*/
      .Topstyle5 .div_search{display:grid;grid-template-columns:1fr 1fr;width:unset;padding:0;}
      .Topstyle5 .div_search .Countrybox{text-align:center;}
      .Topstyle5 .div_search .searchbox{padding:5px 0;}
      .Topstyle5 .servicenum,.Topstyle5 .wapcode,.Topstyle5 .navbar-brand{display:none;}
      .Topstyle5 .Rightbox,.Topstyle6 .Rightbox{float:right;}
      /*样式六*/
      .Topstyle6 .div_search{padding:0;width:unset;margin-left:25px;}
      .Topstyle6 .servicenum,.Topstyle6 .wapcode,.Topstyle6 .navbar-brand,.Topstyle6 .div_search .searchbox{display:none;}
      /*样式七*/
      .Topstyle7{height:76px;}
      .Topstyle7 .div_welcome,.Topstyle7 .Rightbox>span,.Topstyle7 .wapcode,.Topstyle7 .div_search .searchbox{display:none;}
      .Topstyle7 .servicenum{max-height:36px;}
      .Topstyle7 .div_search{padding:0;width:unset;text-align:right;}
      .Topstyle7 .div_header_search{height:38px;line-height:38px;}
      .Topstyle7 .Rightbox{display:grid;float:right;}
      


@media(max-width: 840px) {
                 .div_header_search .div_welcome{
            display:none;
        }
}

    @media(max-width: 768px) {
        .div_header_search .Rightbox{float:unset;text-align:center;}
        .div_header_search .div_welcome,.div_header_search .Rightbox>span{
            display:none;
        }
        .div_header_search .div_search{
            width:100%;
        }
        .div_header_search .div_search input{
            width:90%;
        }
        .div_header_search .div_search button{
            width:7%;
        }
        .div_header_search > .navbar-brand .IsWapLogo{display:block;}
        .div_header_search > .navbar-brand .IsPCLogo{display:none;}
        /*样式三*/
        .Topstyle3 .Rightbox{display:none;}
        /*样式三 四*/
        .div_header_search.Topstyle2, .div_header_search.Topstyle3, .div_header_search.Topstyle4{height:60px;}
        .div_header_search >.navbar-brand{position:unset;text-align:center;}
        .div_header_search >.navbar-brand img,.div_header_search >.navbar-brand{height:100%;}
        .div_header_search.Topstyle3>a, .div_header_search.Topstyle3>div, .div_header_search.Topstyle4>a, .div_header_search.Topstyle4>div{left:50%;transform:translate(-50%,-50%);}
        /*样式四*/
        .Topstyle4 .servicenum,.Topstyle4 .div_search{display:none;}
        /*样式五*/
        .Topstyle5 .div_search{grid-template-columns:1fr 0;}
        .Topstyle5 .Countrybox{display:none;}
    }
    @media(max-width: 768px) {
        .div_header_search .div_search input{
            width:87%;
        }
        .div_header_search .div_search button{
            width:10%;
        }
    }


@media (max-width:768px) {
     .dropdown.chosed>.dropdown-menu {
    display:block;
    }
    .navbar-collapse {
        display: block;
        visibility: hidden;
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        width: 3.3rem;
        position: absolute;
        z-index: 999;
        right: .1rem;
        border-radius: .1rem;
        -webkit-border-radius: .1rem;
        -moz-border-radius: .1rem;
        -ms-border-radius: .1rem;
        top: .65rem;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        );
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        height: auto;
        cursor: pointer;
    }

    .demo {
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 .12rem .12rem .12rem;
        border-color: transparent transparent rgba(0,0,0,0.15) transparent;
        right: .15rem;
        top: -.12rem;
        cursor: pointer;
    }

        .demo::before {
            position: absolute;
            content: '';
            top: .01rem;
            left: -.1rem;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 .1rem .12rem .1rem;
            border-color: transparent transparent #fff transparent;
        }

    .navbar-collapse {
        background: #fff;
    }

    .navbar-nav {
        margin: 0;
        width: 100% !important;
    }

    .navbar-collapse ul {
        margin: 0;
        width: 100% !important;
        cursor: pointer;
    }

        .navbar-collapse ul li {
            position: relative;
            display: block;
            float: none;
            cursor: pointer;
            height: .8rem !important;
        }
            .navbar-collapse ul li a {
                padding: 0 0.2rem;
                text-align: center;
                color: #333;
                font-size: 0.3rem;
                height: .8rem;
                line-height: .8rem;
                /*border-bottom: solid 1px #eee;*/
                font-weight: 400;
                cursor: pointer;
                position: relative;
                display: block;
                white-space:nowrap;
                margin:auto;
                overflow:hidden;
            }

                .navbar-collapse ul li a:hover {
                    color: #c00;
                    border-top: none;
                    height: 0.8rem;
                    line-height: 0.8rem;
                }

    .navbar-collapse.in {
        visibility: visible;
    }

    .Trademark_table table.Wap_table {
        display: inline-table;
    }

    .topMenu a.navbar-brand img {
        max-height: 60px;
        max-width: 100%;
    }

    .topMenu .navbar-toggle .glyphicon {
        font-size: 30px;
    }

    .topMenu .navbar-toggle {
        padding: 0;
        background-color: transparent !important;
        border-color: transparent !important;
        line-height: 60px;
        height: 60px;
    }

    /*.banner a {
        height: 375px;
    }*/

    .topMenu .navbar-collapse ul li a, .topMenu .nav > li > .active {
        color: #333 !important;
        border-bottom: solid 1px #eee;
    }
    .topMenu .navbar-collapse ul li:last-child a {
        border: none;
    }
}

@media(min-width: 700px) and (max-width: 767px) {

    .topMenu .nav > li > a {
        color: #333 !important;
    }

    .navbar-collapse {
        top: .55rem;
    }
}

@media(min-width: 600px) and (max-width: 699px) {
    .navbar-collapse {
        top: .6rem;
    }
}

@media (max-width:470px) {
    .navbar-collapse {
        top: .75rem;
    }
}
/*.navSkin10 .cn_en, .navSkin18 .cn_en{float:right;}*/
/*********版面一*********/
@media(min-width: 769px) {
    #MenuCol { padding:0 2%;}
    .navSkin1,.navSkin2, .navSkin18,.navSkin3,.navSkin4{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

        .navSkin1.ftop,.navSkin2.ftop, .navSkin18.ftop,.navSkin3.ftop, .navSkin4.ftop {
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            transition: all .3s ease;
            z-index: 9999;
        }

    .navSkin1 a.navbar-brand,.navSkin2 a.navbar-brand {
        width: 100%;
        height: 75px;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
        line-height: 75px;
        float:none !important;
    }

    .topMenu .menuC .center > ul > li > a, .navSkin7 .menuC .center > ul > li > a { padding: 0px 9px; word-spacing: 0!important; }
   
    .navSkin18 a.navbar-brand {
        float:none !important;
    }
        /*Logo*/
        .navSkin1 a.navbar-brand img,.navSkin2 a.navbar-brand img{
            display: inline-block;
            max-width: 100%;
            max-height: 100%;
            vertical-align: middle;
        }
    /* max-height可限制图片的最大高度 */

    .style10 {
        float: left;
    }

    .navSkin1 .cn_en li a,.navSkin2 .cn_en li a {
        display: inline-block;
    }
}

@media(min-width: 899px) {
    .navSkin1 a.navbar-brand, .navSkin2 a.navbar-brand { width: 100%; height: 75px; overflow: hidden; vertical-align: middle; display: table-cell; line-height: 75px; float: none !important; }

}

@media(max-width:768px) {
    .navSkin18.topMenu .navbar-header, .navSkin1.topMenu .navbar-header,.navSkin2.topMenu .navbar-header {
        margin: 0px 20px;
        height: 60px;
    }

    .navbar-collapse {
        padding: 0;
    }

    .navbar-nav {
        margin: 0;
    }
    .nbSpace { margin-top:0px; }
}

@media(max-width:414px) {
    .banner a {
        /*height: 180px !important;*/
    }
    
    .nbSpace { margin-top:0px; }
    .navSkin18.topMenu .navbar-header, .navSkin1.topMenu .navbar-header,.navSkin2.topMenu .navbar-header {
        margin: 0px 10px;
        height: 45px;
    }

    .topMenu a.navbar-brand img {
        max-height: 45px;
        max-width: 100%;
    }

    .topMenu .navbar-toggle .glyphicon {
        font-size: 30px;
    }

    .topMenu .navbar-toggle {
        padding: 0;
        background-color: transparent !important;
        border-color: transparent !important;
        line-height: 45px;
        height: 45px;
    }

    .topMenu .nav > li > a {
        color: #333 !important;
    }
}
/**********版面十一*******/
@media(min-width:769px) {
    /*.navSkin18{line-height:unset;}*/
    .style18 { float: right; padding-top: 0 !important; }

    .navSkin18 .navbar-brand > img {
        display: inline-block;
        max-height: 90px;
    }

    /*.style18 li a:hover, .navSkin18 .style18 li a:hover::before, .navSkin18 .style18 li a:hover::after {
        color: #c00;
    }*/

    .style18 li {
        position: relative;
    }
        /*.style18, .style18 li, .style18 li a{line-height:unset;}*/
        /*.style18 li a:hover::before, .navSkin18 .style18 li a:hover::after {
            width: 22px;
            border-color: #e2001c;
        }*/

        /*.style18 li a.active::before, .navSkin18 .style18 li a.active::after {
            width: 22px;
            border-color: #e2001c;
        }*/

        .style18 li a::before {
            display: inline-block;
            content: "";
            border-top: 1px solid #fff;
            position: absolute;
            width: 0px;
            top: 28%;
            left: 60%;
            z-index: -2;
            -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
            -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
            transition: all .5s cubic-bezier(.19, 1, .22, 1);
            -webkit-transform: translateX(-50%) rotate(-50deg);
            -ms-transform: translateX(-50%) rotate(-50deg);
            -o-transform: translateX(-50%) rotate(-50deg);
            transform: translateX(-50%) rotate(-50deg);
            -webkit-transform: translate3d(-50%, 0, 0) rotate(-50deg);
            transform: translate3d(-50%, 0, 0) rotate(-50deg);
        }

        .style18 li a::after {
            display: inline-block;
            content: "";
            border-top: 1px solid #fff;
            position: absolute;
            left: 35%;
            bottom: 28%;
            width: 0px;
            z-index: -2;
            -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
            -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
            transition: all .5s cubic-bezier(.19, 1, .22, 1);
            -webkit-transform: translateX(-50%) rotate(-50deg);
            -ms-transform: translateX(-50%) rotate(-50deg);
            -o-transform: translateX(-50%) rotate(-50deg);
            transform: translateX(-50%) rotate(-50deg);
            -webkit-transform: translate3d(-50%, 0, 0) rotate(-50deg);
            transform: translate3d(-50%, 0, 0) rotate(-50deg);
        }

    .navSkin18 a.navbar-brand {
        display: inline-block;
        height: 90px;
        line-height: 90px;
    }
}
    /****版面二十二****/
/*****************************************************导航菜单***********************************************/

.Waplogo{display:none;}



@media(min-width:769px){
    .topMenu{z-index:99;}
    .PClogo h1 { display: inline-block; vertical-align: middle; }
    .PClogo .navbar-brand { display: flex; align-items: center; height: 90px; }
    .PClogo img { display: inline-block; vertical-align: middle; max-height:100%; max-width:100%; }
    .menuC > .center{max-width: 69%;}
        .menuC > .center > ul > li { color: #fff; display: inline-block; float:left; text-align: center; padding-left:10px; }
        .menuC > .center > ul > li:first-child { padding:0!important; }
.menuC>.center>ul>li .imgTriangle{ display:none; position:absolute; top:42px;right:70px;z-index:99;margin:0 auto;width: 20px; height: 20px;
    background: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><path fill="#00A5E0" d="M145.659,68.949c-5.101-5.208-13.372-5.208-18.473,0L99.479,97.233 L71.772,68.949c-5.1-5.208-13.371-5.208-18.473,0c-5.099,5.208-5.099,13.648,0,18.857l46.18,47.14l46.181-47.14 C150.759,82.598,150.759,74.157,145.659,68.949z"/></svg>') no-repeat center;
    background-size: 100%;}
    .menuC > .center > ul > li > a { color: #fff; display: block; font-size: 18px; padding:0 10px; height:40px; line-height:40px; white-space:nowrap;}
    .style18 li, .style18 a { display: block; height: 90px; line-height: 90px; }
.menuC>.center>ul>li>.active{color:#fff;height:38px;}
.menuC>.center>ul:hover>li>.active{color: #fff;}
.menuC > .center > ul > li:hover > a{background-size:100%;background-repeat:no-repeat;}
.menuC>.center>ul>li:hover>ul{display:block;}
.menuC>.center>ul>li:hover .imgTriangle{ display:block;}
.menuC ul ul{display:none;position: absolute;z-index: 1000;top:100%;padding: 0 0 0px;width:140%; left:50%; margin-left:-65%; border-radius:10px; }
.menuC .center>ul>li>ul>li{text-align: left;font-size: 14px;line-height: 45px;height: 45px;background:#fff;position:relative;}
.menuC .center>ul>li>ul ul{margin-left:100%;background:#fff;top:0;}  /*二级以下菜单样式*/
.menuC .center>ul>li>ul ul li{height:45px;line-height:45px;position:relative;}
.menuC .center>ul>li>ul>li ul{top:0;margin-top:0;}
.menuC .center>ul>li>ul>li:hover>ul,.menuC .center>ul>li>ul>li>ul>li:hover>ul,.menuC .center>ul>li>ul>li>ul>li>ul>li:hover>ul{display:block;}
.liIco { height:15px!important; background:transparent!important; overflow:hidden; }
.lbico { display:block; margin:0 auto; width:15px; height:15px;margin-top:3px; background:url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M74.928 877.53h874.144l-437.07-730.49L74.928 877.53zm0 0' fill='%23fff'/%3E%3C/svg%3E")center center / 100% no-repeat; }
    .menuC ul ul > li > a { color: #000; display: inline-block; width: 100%; height: 40px; line-height: 40px; white-space: nowrap; position: relative; display: inline-block; text-align: center; overflow: hidden; font-size: 16px; }
.menuC ul ul>li>.active{color:#fff;}
.menuC ul ul>li>a:hover{color:white!important;}
.Head button{display:none;}
#hide{display:none;position: absolute;top: 0;z-index: 999;background-color: rgb(0, 0, 0);height: 100%;width: 100%;opacity: 0.5;}
.MenuC{display:none;position: absolute;top:.6rem;width: 100%;height: 100%;z-index: 1000;}


    .navSkin3 .PClogo { padding-left:10px; }
/*****************************************************下拉菜单(通用全栏) 样式二十***********************************/
.menuC > .center > ul.style20  > li > a,.menuC > .center > ul.style17 > li > a{height:80px;line-height:80px;}
.menuC > .center > ul.style20 > li > a.active，.menuC>.center>ul.style17>li>.active{height:80px;}
.menuC>.center>ul.style20,.menuC>.center>ul.style17{ padding:0px;}
.menuC ul.style20 ul,.menuC ul.style17 ul{top:100%;margin-top:-15px;}
.menuC .center>ul.style20>li>ul>li>ul,.menuC .center>ul.style2>li>ul>li>ul{margin-top:0 }
                                 /*****************************样式十七***********************************/
.menuC>.center>ul.style17>li>.active,.menuC>.center>ul.style17:hover>li>.active,.menuC > .center > ul.style17 > li:hover > a{background:unset !important;}
/************************************************下拉菜单（通用换行） 样式二十一 二十二**************************************************************/
.navSkin21 #MenuCol,.navSkin22 #MenuCol{padding:0 2%;}
.navSkin21 #MenuCol .menuC,.navSkin22 #MenuCol .menuC{border-top:1px #999 solid; height:49px; }
.menuC > .center > ul.style21,.menuC > .center > ul.style22{margin:0 auto; float:none!important; clear:both; }
.menuC>.center>ul.style22>li>.active,.menuC>.center>ul.style22:hover>li>.active,.menuC > .center > ul.style22 > li:hover > a{background:unset !important;}
    .navSkin21 .menuC > .center > ul > li, .navSkin22 .menuC > .center > ul > li { height: 50px; line-height: 50px; margin: 0 10px; padding: 0px!important; }
    .navSkin21 .menuC > .center > ul, .navSkin22 .menuC > .center > ul { display: inline-block; max-width: 80%; margin: -2px auto 0px; padding: 0px !important; }
.topMenu .menuC .center > ul.style21 > li > a,.topMenu .menuC .center > ul.style22 > li > a{ padding:0 30px;height:50px;}
/*样式十*/
.menuC>.center>ul.style10,.menuC>.center>ul.style19{float:right;}

/************************************************下拉菜单 样式十一 十二**************************************************************/
.menuC>.center>ul.style18>li>.active,.menuC>.center>ul.style18:hover>li>.active,.menuC > .center > ul.style18 > li:hover > a{background:unset !important;} 
.navSkin11 .menuC>.center,.navSkin12 .menuC>.center{position:relative;}
.menuC>.center>ul.style11,.menuC>.center>ul.style12{transform:translateY(0);justify-content:unset;width:unset;position:absolute;right:2%;bottom:0;}
.menuC>.center>ul.style11>li{height:58px;margin-left:10px;}
.menuC>.center>ul.style12>li>a{height:50px;line-height:50px;}
.menuC>.center>ul.style11 li a,.menuC>.center>ul.style12 li a{border-radius:3px;}
.navSkin11 .menuC .center,.navSkin12 .menuC .center{height:120px;} 
.navSkin11 .Rightbox,.navSkin12 .Rightbox{display:grid;float:right;margin-right:2%;}
.navSkin11 .Rightbox .Countrybox,.navSkin12 .Rightbox .Countrybox{text-align:right;height:30px;line-height:30px;}
.navSkin11 .navbar-header,.navSkin12 .navbar-header{position:absolute;left:2%;top:30%;transform:translateY(-50%);}
.navSkin11 .CMenuBG,.navSkin12 .CMenuBG{height:60px;}
.navSkin11 .menuC .center>ul>li>ul,.navSkin12 .menuC .center>ul>li>ul{white-space:nowrap;}
.navSkin11 .menuC .center>ul>li ul>li,.navSkin12 .menuC .center>ul>li ul>li{display:inline-block;overflow:hidden;line-height:60px;margin:0 17px;}
.navSkin11 .menuC .center>ul>li ul>li:hover,.navSkin12 .menuC .center>ul>li ul>li:hover{font-weight:700;}
.navSkin11 .menuC .center>ul>li ul>li a,.navSkin12 .menuC .center>ul>li ul>li a{font-size:16px;}
.navSkin11 .menuC .center>ul>li ul>li:first-child,.navSkin12 .menuC .center>ul>li ul>li:first-child{display:block;line-height:15px;}
.navSkin11 .menuC .center>ul>li ul>li .lbico,.navSkin12 .menuC .center>ul>li ul>li .lbico{background:none;}
.navSkin11 .menuC ul ul,.navSkin12 .menuC ul ul{width:unset;}
.navSkin11 #MenuCol,.navSkin12 #MenuCol{padding:0 !important;}
    .navSkin11 .menuC > .center > ul > li.ChildM > span, .navSkin12 .menuC > .center > ul > li.ChildM > span { display: block; height: 15px; width: 15px; position: absolute; bottom: -2px; left: 50%; margin-left: -7px; }



/*****样式十三*******/

/************************************************菜单 样式三 样式五**************************************************************/
.style5.floatL{float:right;}
.navSkin5 #MenuCol .navbar-brand > img{ max-height:100%; }
.navSkin3 #MenuCol .navbar-brand > img,.navSkin4 #MenuCol .navbar-brand > img{height:90px;}
.topMenu .menuC>.center>ul.style3>li>a,center>ul.style3>li>a.active{height:35px;line-height:35px;}
/*通用悬浮栏 三 四*/
.navSkin3 #MenuCol,.navSkin4 #MenuCol{padding:1.5% 2%;}
.topMenu .menuC>.center>ul.style3>li>a,center>ul.style3>li>a.active{border-radius:3px;}
.menuC>.center>ul.style3>li{width:unset;}   
/*.navSkin3 .menuC ul ul{top:20px;}*/
/*.navSkin3 .container > .menuC,.navSkin4 .container > .menuC{height:90px;}*/

.topMenu .menuC>.center>ul.style4>li>a{height:90px;line-height:90px;}
.menuC>.center>ul.style4>li>.active,.menuC>.center>ul.style4:hover>li>.active,.menuC > .center > ul.style4 > li:hover > a{background:unset !important;}
.navSkin4 .floatL{float:right;}
.navSkin4 .menuC ul ul{top:100%;margin-top:-15px;}
.menuC .center > ul > li > ul > li > ul {margin-top:0;}

/********************菜单通用无logo样式*******  @if (HomeNavPage == "14" || HomeNavPage == "15" || HomeNavPage == "16")**/
.navSkin14 .PClogo,.navSkin15 .PClogo,.navSkin16 .PClogo,.navSkin9 .PClogo,.navSkin10 .PClogo{display:none;}
.navSkin14 .menuC>.center>ul,.navSkin15 .menuC>.center>ul,.navSkin16 .menuC>.center>ul,.navSkin9 .menuC>.center>ul,.navSkin7 .menuC>.center>ul,.navSkin10 .menuC>.center>ul{transform:translateY(0);width:100%;}
        /***************通用搜索*********************/
    .navSkin14 #MenuCol,.navSkin15 #MenuCol{padding:0 1%;}
    .navSkin16 #MenuCol{padding:0 1% 0 2%;}
    .navSkin14 .menuC,.navSkin15 .menuC,.navSkin16 .menuC,.navSkin14 .menuC{width:80%;display:inline-block !important;}     
    .div_search.MenuSearch{width:200px;transform:translateY(45%);padding:0;}
    .div_search.MenuSearch input{border-radius:3px 0 0 3px;border:none;}
    .div_search.MenuSearch button{border-radius:0 3px 3px 0;background-color:#fff;width:15%;border:none;}

.div_search.MenuSearch input::-webkit-input-placeholder,.div_header_search .div_search input::-webkit-input-placeholder{font-size:12px;color:#ccc;}
.div_search.MenuSearch input::-moz-placeholder,.div_header_search .div_search input::-moz-placeholder{/* Mozilla Firefox 19+ */font-size:12px;color:#ccc;}
.div_search.MenuSearch input:-moz-placeholder,.div_header_search .div_search input:-moz-placeholder{/* Mozilla Firefox 4 to 18 */font-size:12px;color:#ccc;}
.div_search.MenuSearch input:-ms-input-placeholder,.div_header_search .div_search input:-ms-input-placeholder{/* Internet Explorer 10-11 */font-size:12px;color:#ccc;}

/*样式十四*/                                                                                                                                                                                                      
.navbarTop.navSkin14 .div_search,.navbarTop.navSkin15 .div_search,.navbarTop.navSkin16 .div_search{display:block;} 
.navSkin14 .container div > ul > li > a,.navSkin15 .container div > ul > li,.navSkin16 .container div > ul > li>a{height:55px !important;line-height:55px;}
.menuC>.center>ul.style14>li,.menuC>.center>ul.style15>li,.menuC>.center>ul.style16>li{width:9%;}
.navSkin15 .container div > ul > li > a{height:38px !important;line-height:38px;transform:translateY(20%);border-radius:3px;}
.navSkin15 .container div > ul > li > a span{line-height:38px;}
.menuC ul.style15 ul{margin-top:-25px;}
.menuC ul.style16 ul{margin-top:-18px;}
.menuC>.center>ul.style16>li>.active,.menuC>.center>ul.style16:hover>li>.active,.menuC > .center > ul.style16 > li:hover > a{background:unset !important;}

/*样式九 十*/
.navSkin9 #MenuCol,.navSkin10 #MenuCol{padding:0;}
.menuC>.center>ul.style9>li,.menuC>.center>ul.style10>li{width:8%;}
.navSkin9 .menuC>.center>ul>li,.navSkin10 .menuC>.center>ul>li{height:60px;line-height:60px;}
.navSkin9 .menuC>.center>ul>li>a,.navSkin10 .menuC>.center>ul>li>a{height:60px;}
/*样式七 八 logo居中 logo宽度建议小于400px*/
.menuC>.center>ul.style7,.menuC>.center>ul.style8{width:100%;}
.menuC>.center>ul.style7>li>a,.menuC>.center>ul.style8>li>a{overflow: unset;}
.menuC>.center>ul.style7>li>a{height:95px;line-height:95px;}
.menuC>.center>ul.style8>li{height:95px;}
.menuC>.center>ul.style8>li>a{height:38px;transform:translateY(70%);line-height:38px;border-radius:3px;}
/*.navSkin7 .navbar-brand,.navSkin8 .navbar-brand{position:absolute;left:50%;transform:translate(-50%,-50%);top:50%;z-index:99;}*/
/*.style7 > li{width:18% !important;text-align:center;}
.style8 > li{width:10% !important;text-align:center;margin:0 1.2%;}*/
.style7 > li:first-child:before,.style7 > li:nth-child(5):before{content:'';}
.style7 > li:before{content:'/';line-height:95px;float:left;}
.style7 > li:nth-child(5){margin-left:18%;}
.style8 > li:nth-child(5){margin-left:16%;}
.navSkin7 .menuC{padding:0 40px;}
.menuC>.center>ul.style7>li>.active,.menuC>.center>ul.style7:hover>li>.active,.menuC > .center > ul.style7 > li:hover > a{background:unset !important;}
.menuC>.center>ul.style8{transform:translateY(0);}
.menuC ul.style8 ul{margin-top:-46px;}
}


@media(max-width:1300px) and (min-width:1051px) {
    .PClogo .navbar-brand { height: 70px; }
        .PClogo .navbar-brand img { max-width: 100%; max-height: 100%; }
    .menuC > .center > ul > li { padding-left: 10px; }
            .menuC > .center > ul > li > a { color: #fff; display: block; height: 38px; font-size: 16px; white-space: nowrap; }
    .topMenu .menuC .center > ul > li > a, .navSkin7 .menuC .center > ul > li > a { padding: 0px 10px; word-spacing: 0 !important; }
    .menuC > .center{ max-width: 70%; height:70px; }
}
@media(max-width:1050px) and (min-width:768px) {
    .navSkin13 #MenuCol .navbar-brand > img { max-height:100%; }
}
@media(max-width:1220px) and (min-width:991px) {
    .PClogo .navbar-brand { height: 60px; }
    .menuC > .center { max-width: 100%; height: 60px; display: flex; align-items: center; justify-content:flex-end; }
        .menuC > .center > ul > li { padding-left: 5px !important; letter-spacing: 0; }
    .menuC > .center > ul > li > a { color: #fff; display: block; height: 38px; font-size: 16px; white-space: nowrap; }
    .topMenu .menuC .center > ul > li > a, .navSkin7 .menuC .center > ul > li > a { padding: 0 5px; }
    .navSkin1 a.navbar-brand, .navSkin2 a.navbar-brand { height: 65px; line-height: 65px; }
    .navSkin7 .navbar-brand > img, .navSkin8 .navbar-brand > img { display: block !important; width: 80%; margin: auto; }
    .navSkin7 .menuC, .navSkin7 #MenuCol, .navSkin8 .menuC, .navSkin8 #MenuCol { padding: 0 }
    .menuC > .center > ul.style9 > li, .menuC > .center > ul.style10 > li { width: 10%; }
    .menuC > .center > ul.style14 > li, .menuC > .center > ul.style15 > li, .menuC > .center > ul.style16 > li, .menuC > .center > ul.style17 > li, .menuC > .center > ul.style18 > li { width: 13%; }
    .div_search.MenuSearch { width: 150px; }
}
@media(min-width: 768px) and (max-width:991px) {
    #MenuCol { padding:0 0.5%; }
    .PClogo .navbar-brand { height: 50px; }
    .menuC > .center { max-width: 100%; height: 50px; display: flex; align-items: center; justify-content: flex-end; }
        .menuC > .center > ul > li { padding-left: 0px !important; }
    .topMenu .menuC .center > ul > li > a, .navSkin7 .menuC .center > ul > li > a { padding: 0 5px; }
    .navSkin7 .menuC > .center > ul, .navSkin8 .menuC > .center > ul, .navSkin9 .menuC > .center > ul, .navSkin14 .menuC > .center > ul, .navSkin15 .menuC > .center > ul, .navSkin16 .menuC > .center > ul, .navSkin21 .menuC > .center > ul, .navSkin22 .menuC > .center > ul { width: 100% !important; }
    .menuC > .center > ul.style17, .menuC > .center > ul.style18, .menuC > .center > ul.style20 { width: 70% !important; }
    .navSkin1 a.navbar-brand, .navSkin2 a.navbar-brand { width: 100%; height: 50px; overflow: hidden; vertical-align: middle; display:flex; }
    .navSkin7 .navbar-brand > img, .navSkin8 .navbar-brand > img { width: 60%; }
    .div_search.MenuSearch { width: 130px; }
    .nbSpace { margin-top: 60px; }
    .navSkin7 .menuC .center > ul > li > a, .navSkin8 .menuC .center > ul > li > a { padding: 0; }
    .topMenu .menuC .center > ul.style4 > li > a, .topMenu .menuC .center > ul.style3 > li > a { padding: 0; }
    .topMenu .navbar-collapse ul.style13 { width: 73%; }
    .menuC > .center > ul > li > a { color: #fff; display: block; height: 38px; font-size: 14px; white-space: nowrap; }

}
@media(max-width: 768px){
    .PClogo{display:none;}
    .Waplogo{display:block;}
    .MenuC .menuL{height: 100%;width: 50%;min-height: 8rem;}
    .MenuC .menuL .close{height: .8rem;background:url(/Skin/Img/close.png)no-repeat 85% .3rem;background-size: .3rem .32rem;}
    .menuC{background:#fff;display:block;visibility:hidden;overflow-x:visible;width:3.3rem;position:absolute;z-index:999;right:.1rem;border-radius:.1rem;-webkit-border-radius:.1rem;-moz-border-radius:.1rem;-ms-border-radius:.1rem;top:.65rem;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);):;box-shadow:0 6px 12px rgba(0,0,0,.175);height:auto;cursor:pointer;overflow:hidden;}
    .Menu .menuL{height: 100%;width: 50%;min-height: 8rem;}
    .Menu .menuL .close{height: .8rem;background:url(/Skin/Img/close.png)no-repeat 85% .3rem;background-size: .3rem .32rem;}
    .Menu .menuR{width: 50%;height: 100%;background: #fff;float:right;} 
    .MenuC .menuR .topmenu{height: .6rem;width: auto;margin: .38rem .5rem .3rem;border-bottom: 1px #ccc solid;}
    .MenuC .menuR .topmenu .SearchText{font-size: .225rem;line-height: .3rem;text-indent: .02rem;width: 2.8rem;}
    .MenuC .menuR .topmenu .Search{width: .12rem;height: .12rem;background: url(/skin/img/jia.png)no-repeat;background-size: .12rem .12rem;margin-top: .1rem;}
    .menuC .center>ul>li{border-bottom: 1px #eee solid;}
    .menuC .center ul>li a{font-size: .225rem;line-height: .8rem;padding-left: .32rem;background:#fff;display:inline-block;font-size:.3rem;}
    .menuC .center ul>li a{color: #555;cursor: pointer;}
    .menuC .center ul>li ul li a{font-size:.24rem;color:#666;}
    .menuC .center ul>li.liIco{display:none;}
    .menuC .center>ul>li ul{display:none;}
    .menuC .center>ul>li ul>li{position:relative;}
    .menuC .center>ul>li.active>ul{display:block;padding-inline-start:0;padding-left:.2rem;}
    .menuC .center>ul>li.active>ul li.active>ul{display:block;padding-left:.2rem;}
    .Menu .menuR .MenuName a:hover{color:#01a2e8 !important;}
    .menuC .center .ChildM>span{height:.12rem;width:.12rem;display:inline-block;position:absolute;right:10%;top:.34rem;}
    .menuC .center .ChildM>span{background: url(/skin/img/jia.png)#fff no-repeat center/100%;background-size: .12rem .12rem;}
    .menuC .center .ChildM.active>span{background: url(/skin/img/jian.png)#fff no-repeat center/100%;background-size: .12rem .12rem;}
    .MenuC .menuR .CMenu{background: #f4f4f4;display:none;}                                                   
    .MenuC .menuR .CMenu .CMenuName{font-size: .2rem;line-height: .48rem;padding-left: .32rem;}
    .MenuC .menuR .CMenu .CMenuName a{color:#333;}
    .MenuC .menuR .CMenu .CMenuName a:hover{color:#01a2e8 !important;}
    .navbarTop .navbar-collapse>ul.nav{transform:translateY(0)!important;}
    .PCmenu .nav > li{text-align:center;}
    .PCmenu .nav > li a{padding: 0 !important;}
    /*十一、十二*/
    .navbarTop .Rightbox{display:none;}
    /*十四*/
    .navSkin9 .Waplogo h1,.navSkin10 .Waplogo h1,.navSkin14 .Waplogo h1,.navSkin15 .Waplogo h1,.navSkin16 .Waplogo h1{display:none;}
}
/*********************Master 母版 Column 栏目**************************/
@media(max-width: 1249px) {
    .Master .title {
        overflow: hidden;
    }
    .navSkin11 .menuC .center>ul>li ul>li,.navSkin12 .menuC .center>ul>li ul>li{margin:0 10px;}
    .navSkin11 .menuC .center>ul>li ul>li a, .navSkin12 .menuC .center>ul>li ul>li a{font-size:14px;}
}
@media(min-width: 1600px) {
    .menuC > .center { max-width:73%; }
    .topMenu .menuC .center > ul > li > a { padding: 0px 20px; word-spacing: 0 !important; }
    .topMenu .menuC .center > ul > li{ padding-left:20px;}
}

/*---title_style1---*/
.title_style1 {
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

    .title_style1:before, .title_style1:after {
        content: "";
        background: #ccc;
        display: inline-block;
        height: 1px;
        position: relative;
        width: 44%;
        vertical-align: middle;
    }

    .title_style1:before {
        /*right: 0.3em;*/
        margin-left: -44%;
    }

    .title_style1:after {
        /*left: 0.3em;*/
        margin-right: -44%;
    }

@media(min-width: 1250px) {
    .title_style1 {
        width: 1210px;
    }
}

@media(min-width: 992px) and (max-width: 1249px) {
    .title_style1 {
        width: 930px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .title_style1 {
        width: 710px;
    }
}

@media(max-width: 767px) {
    .title_style1 {
        margin-left: .2rem;
        margin-right: .2rem;
    }
}
/*---title_style2---*/
.title_style2 #tSkin2 {
    display: block !important;
    font-size: 60%;
}

    .title_style2 #tSkin2 span {
        display: inline-block;
    }

        .title_style2 #tSkin2 span:before, .title_style2 div span:after {
            content: "";
            background: #999;
            display: inline-block;
            height: 1px;
            position: relative;
            width: 44%;
            vertical-align: middle;
        }

        .title_style2 #tSkin2 span:before {
            right: 0.3em;
            margin-left: -44%;
        }

        .title_style2 #tSkin2 span:after {
            left: 0.3em;
            margin-right: -44%;
        }
/*---title_style3---*/
.title_style3 a {
    color: #333 !important;
}

.title_style3 #tSkin3 {
    display: block !important;
    height: 2px;
}
/*More*/
.Master .more a {
    border: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    color: #999;
    display: block;
    background: #fff;
}

.Banner2 {
    margin-top: 40px;
}
/*.Master .more:hover{border:1px solid #999;}
.Master .more a:hover{color:#999 !important;}*/
@media(min-width: 768px) {
    .Banner2 {
        margin-top: 40px;
    }

    /*.Master .title {
        font-size: 30px;
        letter-spacing: 2px;
    }*/
        .Master .title {
        padding-top: 20px !important;
        font-size: 32px;
        letter-spacing: 1px;
        padding-bottom: 10px !important;
    }
    .title_style2 #tSkin2 span {
        width: 260px;
    }

    .title_style3 #tSkin3 {
        width: 100px;
        margin: 8px auto 0;
    }

    .Master .more {
        display: none;
        padding: 20px 0 0;
    }

        .Master .more a {
            line-height: 48px;
            height: 50px;
            width: 170px;
        }
}

@media(max-width: 767px) {
    .Banner2 {
        margin-top: 40px;
    }

    .Master .title {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .title_style2 #tSkin2 span {
        width: 2.6rem;
    }

    .title_style3 #tSkin3 {
        width: 1rem;
        margin: .08rem auto 0;
    }

    .Master .more {
        padding-top: 10px;
        display: none;
    }

        .Master .more a {
            display: block;
            background: #fff;
            font-size: 16px;
            line-height: 40px;
            height: 40px;
            width: 200px;
        }
}
/*---title_style4---*/
.title_style4 {
    font-weight: bold;
}

    .title_style4:before, .title_style4:after {
        content: "";
        background: #ccc;
        display: inline-block;
        height: 1px;
        position: relative;
        width: 44%;
        vertical-align: middle;
    }

    .title_style4:before {
        right: -0.4em;
        margin-left: -44%;
    }

    .title_style4:after {
        left: -0.4em;
        margin-right: -44%;
    }

    .title_style4 .title4-left {
        padding-right: 25px;
        display: inline-block !important;
    }

    .title_style4 .title4-right {
        padding-left: 25px;
        display: inline-block !important;
    }
@media(min-width: 992px) {
    .Master .title {
        padding-top: 40px !important; padding-bottom:20px !important;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .Master .title {
        padding-top: 20px 0px 10px; /*padding-bottom:35px;*/
    }
}

@media(min-width: 768px) {
    .title {
        padding-bottom: 30px;
    }
}

@media(max-width: 767px) {
    .Master .title {
        padding: 20px 0px 10px;
    }

    .title {
        padding-bottom: 10px;
    }

    .title_style1 {
        padding-top: .15rem;
    }

    .title_style2 {
        padding-top: .05rem;
    }

    .title_style4 {
        padding-top: .15rem;
    }

        .title_style4 .title4-left, .title_style4 .title4-right {
            height: .55rem;
            width: .17rem;
        }
}

/*---title_style5---*/
.title_style5 a {
    color: #333 !important;
}

.title_style5 #tSkin5 {
    display: block !important;
    height: 2px;
    background: #333;
}
/*.Message .title_style5, .home_block_detail .title_style5{text-align:left;}*/
@media(min-width: 768px) {


    .title_style5 #tSkin5 {
        width: 30px;
        margin: 10px auto 0;
    }
}

@media(max-width: 767px) {
    .Master .title {
        font-size: 18px;
        letter-spacing: 1px;
        padding:20px 0 10px !important;
    }

    .title_style5 #tSkin5 {
        width: 30px;
        margin: 10px auto 0;
    }
    /*.home_block_detail .title_style5 #tSkin5, .Message .title_style5 #tSkin5{margin:.2rem 0 0;}*/
    .home_block_detail p {
        font-size: 12px;
    }
}

@media(max-width: 414px) {
    .Master .title {
        padding-top: 10px;
        font-size: 18px;
        letter-spacing: 1px;
        padding-bottom: 5px;
    }
}

@media(min-width:992px) and (max-width:1219px) {
    .Master .title {
        padding: 20px 0;
    }
}

@media(min-width:1660px) {
    .blockContent {
        overflow: hidden;
    }
}

/****************************第二部分******************/ /*HomeBlock*/
.home_block_left img {
    width: 100%;
}
.Article img,
.article img { max-width: 100%; height: auto !important; }

/*.home_block_detail .more a{margin:0;}*/
@media(min-width:1220px) and (max-width:1439px) {
    .Master .title {
        padding: 20px 0;
    }

    .Master .more {
        padding: 20px 0;
    }

        .Master .more a {
            width: 160px;
            height: 45px;
            line-height: 43px;
        }
}

@media(min-width:992px) and (max-width:1219px) {
    .Master .title {
        padding: 40px 0 20px !important;
        font-size: 28px;
    }

    .title_style5 #tSkin5 {
        margin: 10px auto 0;
    }

    .home_block_detail {
    }
    
    .Master .more {
        padding: 20px 0;
        display: none;
    }

        .Master .more a {
            width: 140px;
            height: 40px;
            line-height: 38px;
        }
}

@media(min-width: 768px) and (max-width:991px) {
}

@media(max-width:767px) {
    .home_block_detail {
        padding: 0px !important;
    }
}

@media(max-width:414px) {
    .home_block_detail {
        padding: 0px !important;
    }
}


/****************************第三部分******************/ /*HomeProduct*/

.aui-nav-list-box {margin: 0 2% 0;}
.HomeProductNc {margin: 0 10px 10px!important;}
.HomeProductIc {margin: 0 10px 20px!important;}

.ProductList0,.ProductList1,.ProductList2,.ProductList3, .IntroduceList{
    position: relative;
    display: block;
    overflow: hidden;
}
.ProductList3 {
    border:solid 10px #eee;
    border-bottom:none;
}

.IntroduceShowStyleM,.IntroduceShowStyleXL {
    overflow: hidden;
    padding: 0 30px;
}
.IntroduceShowStyleN {
 padding: 0 30px;
}
.IntroduceShowStyleS {
    overflow: hidden;
}
.IntroduceShowStyleM .dummy {
    margin-top: 75% !important;
}
.In_parent {padding: 0 10px 0px;}
@media(min-width:992px) and (max-width:1220px) {
    .IntroduceShowStyleM, .IntroduceShowStyleS, .IntroduceShowStyleXL {
        overflow: hidden;
        padding: 0 10px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .IntroduceShowStyleM, .IntroduceShowStyleS, .IntroduceShowStyleXL {
        overflow: hidden;
        padding: 0 20px;
    } .IntroduceShowStyleS {
         padding: 0 10px;
    }
      .In_parent {padding: 0;}
      .In_parent:last-child {padding-bottom: 0px;}
}

@media(max-width:768px) {
    .IntroduceShowStyleM, .IntroduceShowStyleS, .IntroduceShowStyleXL {
        overflow: hidden;
        padding: 0 20px;
    }
     .IntroduceShowStyleS {
         padding: 0 10px;
    }
       .In_parent {padding: 0;}
      .In_parent:last-child {padding-bottom: 0px;}
}

@media(max-width:414px) {
    .IntroduceShowStyleM, .IntroduceShowStyleS, .IntroduceShowStyleXL {
        overflow: hidden;
        padding: 0 5px;
    }
    
    .IntroduceShowStyleS {
         padding: 0 10px;
         margin: 0 auto;
    }
      .In_parent {padding: 0 0 10px;}
      .In_parent:last-child {padding-bottom: 0px;}
}

.ProductShowStyleS .dummy, .IntroduceShowStyleS .dummy {
    margin-top: 50%;
}
.ProductShowStyleS .dummy{
    margin-top: 75%;
}
.ProductShowStyleM .dummy, .IntroduceShowStyleM .dummy {
    margin-top: 100%;
}

.ProductShowStyleXL .dummy, .IntroduceShowStyleXL .dummy {
    margin-top: 150%;
}

.ProductListImg, .IntroduceImg /*=居中=*/ {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* 水平居中 */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    /* 垂直居中 */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ProductShowStyleM img, .ProductListConRow .ProductListImgCon img,.PhotoListCon .ProductListImgCon img,.IntroduceShowStyleM .IntroduceListImgCon img, .IntroduceShowStyleS .IntroduceListImgCon img {
    width: 100%; /*用于图片强制100%。。。*/
}

.ProductShowStyleS .ProductListImgCon, .ProductShowStyleXL .ProductListImgCon,
.IntroduceShowStyleS .IntroduceListImgCon, .IntroduceShowStyleXL .IntroduceListImgCon {
    /*max-height: 100%;*/ /*用于图片居中,最好的显示方式*/
    width: 100%; /*用于图片强制100%。。。*/
}
.ProductShowStyleS img {
    display: inline-block;
}
/*=效果=*/
.ProductListImgCon {
    position: relative;
    overflow: hidden;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ProductListImg img, .ProductListTitle0,.ProductListTitle1,.ProductListTitle2,.ProductListTitle3 {
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.pItem:hover img {
    -webkit-transform: scale(1.03); /* Safari and Chrome */
    -moz-transform: scale(1.03); /* Firefox */
    -ms-transform: scale(1.03); /* IE 9 */
    -o-transform: scale(1.03); /* Opera */
    transform: scale(1.03);

}
/*=标题=*/
.ProductListTitle0 {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    background-color:rgba(0,0,0,0.50);
}
    .ProductListTitle0 {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 10px;
        height: 100%;
        margin: 0;
    }
.ProductListTitle1 {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height:50px;
    line-height:50px;
    font-size: 24px;
    font-weight: 600;
    overflow:hidden;
    text-align: center;
    background:red;
    color:#fff;
}

.ProductListTitle2 {
    height:50px;
    line-height:50px;
    font-size:18px;
    overflow:hidden;
    text-align: center;
    background:#eee;
}
.ProductListTitle3 {
    border:solid 10px #eee;
    border-top:none;
    border-bottom:none;
    height:50px;
    line-height:50px;
    font-size:18px;
    overflow:hidden;
    text-align: center;
    background:#eee;
}

.pItem:hover .ProductListTitle0,.pItem:hover .ProductListTitle1 {
    opacity: 1;
    color: #fff;
    overflow-x: hidden;
}


.pItem:hover .ProductList3 {
    border-color:red;
}
.pItem:hover .ProductListTitle3{
    background:red;
    border-color:red;
    color:#fff;
}
.aPLink:hover {
    display:block;
    border-color: #eee;
    position: relative;
    z-index: 99;
    text-decoration: none;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}


.aui-nav-list-box {
    margin: 0 2%;
    overflow: hidden;
}

.HomeProductCon .row {
    margin: 0;
}


.HomeProductCon_ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .HomeProductCon_ul li {
        display: inline-block;
        vertical-align: middle;
    }

    .HomeProductCon_ul > .aui-current {
        background: #e2001c;
        border-color: #e2001c;
        color: #fff;
    }

    .HomeProductCon_ul li a {
        display: block;
        padding: 0 30px;
        height: 40px;
        border: 1px solid #ddd;
        font-size: 16px;
        text-align: center;
        line-height: 38px;
        margin: 0 10px 10px;
        background: #fff;
    }

@media(min-width: 1250px) {
    .IntroduceList {
    }
}

@media(max-width: 992px) {
    .ProductListTitle0,.ProductListTitle1,.ProductListTitle2,.ProductListTitle3{font-weight: 600;}
    .ProductListTitle0 { font-size:24px; }
    .ProductListTitle1, .ProductListTitle2, .ProductListTitle3 {
        font-size:16px;
        height:30px;
        line-height:30px;
    }
    .aui-nav-list-box {padding-top:10px;}
    .HomeProductCon_ul {
        text-align:center;
    }
    .HomeProductCon_ul li a {
        display: block;
        padding: 0 10px;
        height: 30px;
        border: 1px solid #ddd;
        font-size: 12px;
        text-align: center;
        line-height: 28px;
        background: #fff;
    }
    .HomeProductIc {
        margin: 0 10px 10px 0px!important;
    }



}

@media(max-width: 768px) {
    .HomeProductCon .row {
        margin: 0;
    }
    
    .HomeProductCon_ul {
        text-align:left;
    }
    
    .ProductListTitle0,.ProductListTitle1,.ProductListTitle2,.ProductListTitle3{font-weight: 600;}
    .ProductListTitle0 { font-size:24px; }
    .ProductListTitle1, .ProductListTitle2, .ProductListTitle3 {
        font-size:14px;
        height:30px;
        line-height:30px;
    }
}

@media(max-width: 414px) {
    .HomeProductCon .row {
        margin: 0;
    }
    
    .ProductListTitle0,.ProductListTitle1,.ProductListTitle2,.ProductListTitle3{font-weight: 600;}
    .ProductListTitle0 { font-size:24px; }
    .ProductListTitle1,.ProductListTitle2, .ProductListTitle3 {
        font-size: 12px;
        height:30px;
        line-height:30px;
    }
}



/*******************************第四部分*******************************/ /*HomeArticle*/
.ArticleCom .row > a {
    text-align: justify;
}
/*.media{ border-bottom: solid 1px #eee;}*/
.media-body {
    display: inherit;
    overflow: hidden;
}

    .media-body span:first-child {
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .media-body p {
        color: #999;
        overflow: hidden;
    }

.ArticleImgCon {
    overflow: hidden;
}

    .ArticleImgCon > img {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

.ArticleImgCon {
    float: left;
    text-align: center;
}

@media(min-width: 1250px) {
    .HomeArticle .media {
        margin-left: 15px;
        margin-right: 15px;
    }
    /*.HomeArticle .col-lg-6:last-child .media,.HomeArticle .col-lg-6:nth-last-child(2) .media{border-bottom:none;}*/
    .HomeArticle .col-lg-6:nth-child(1) .media, .HomeArticle .col-lg-6:nth-child(2) .media {
        padding-top: 0;
    }
}

@media(max-width: 1249px) {
    .HomeArticle .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .media-body span:first-child {
        font-weight: inherit;
    }
    /*.HomeArticle .col-lg-6:nth-child(5) .media{border-bottom:none;}*/
    .HomeArticle .col-lg-6:nth-child(6) .media {
        display: none;
    }

    .HomeArticle .col-lg-6:nth-child(1) .media {
        padding-top: 0;
    }

    .media-body span:first-child {
        font-size: 18px;
        line-height: 50px;
        padding-top: 10px;
    }
}

@media(min-width: 769px) {
    /*.ArticleImg{width: 160px; height:120px;}*/
    .ArticleImgCon {
        width: 240px;
        height: 180px;
        margin-right: 20px;
        position: relative;
    }

        .ArticleImgCon img {
            max-height: 100%;
            width:100%;
            height:100%;
        }

    .media {
        padding-top: 20px;
        margin: 0;
        overflow: hidden;
    }

    .media-body {
    }

        .media-body span:first-child {
            font-size: 24px;
            line-height: 50px;
            padding-top: 10px;
        }

        .media-body p {
            font-size: 16px;
            line-height: 30px;
            height: 60px;
        }

    .pmore {
        padding-top: 55px;
        clear: both;
    }

    .media-body .article-more {
        height: 45px;
        line-height: 43px;
        border: 1px solid #ccc;
        display: block;
        width: 125px;
        text-align: center;
        color: #ccc;
    }
}

@media(max-width: 768px) {
    .ArticleImgCon {
        width: 200px;
        height: 150px;
        margin-right: 10px;
        padding: 0px;
    }

        .ArticleImgCon img {
            width: 100%;
            height: 150px;
        }

    .media {
        padding-bottom: 0px;
    }

    .media-body {
        height: 150px;
        position: relative;
    }

        .media-body span:first-child {
            font-size: 18px;
            font-weight: 600;
            line-height: 200%;
            float: none;
            display: block;
            padding-top: 0px;
        }

        .media-body p {
            font-size: 16px;
            line-height: 180%;
            height: 55px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -moz-box;
            -moz-line-clamp: 2 !important;
            -moz-box-orient: vertical;
        }

    .pmore {
        border: 1px solid #ddd;
        width: 120px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        text-align: center;
        bottom: 0;
    }

        .pmore .article-more {
            font-size: 14px;
            color: #ddd;
        }

    .ArticleList .media-body .views, .ArticleList .media-body .viewstxt {
        display: inline-block;
        height: 30px;
        overflow: hidden;
        line-height: 35px;
        margin-right: 5px;
        font-size: 16px;
        color: #999;
        letter-spacing: 0px;
    }
}

@media(max-width: 414px) {

    .HomeProductCon_ul {
    }
    .HomeProductCon_ul li{
        float:left;
        width:33.33%;
    }
    .HomeProductCon_ul li a {
        display: block;
        padding: 0 5px;
        height: 30px;
        border: 1px solid #ddd;
        font-size: 12px;
        text-align: center;
        line-height: 28px;
        background: #fff;
    }
    .HomeProductIc,.HomeProductNc {margin: 0 5px 10px 5px!important;}

    .ArticleImgCon {
        width: 90px;
        height: 60px;
        margin-right: 10px;
        padding: 0px;
    }

        .ArticleImgCon img {
            width: 100%;
            height: 100%;
        }

    .media {
        padding-bottom: 0px;
        margin-top: 10px;
    }

    .media-body {
        height: 60px;
        position: relative;
    }

        .media-body span:first-child {
            font-size: 14px;
            font-weight: 600;
            line-height: 150%;
            float: none;
            display: block;
            padding-top: 0px;
        }

        .media-body p {
            margin: 0px;
            font-size: 12px;
            line-height: 150%;
            height: 55px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -moz-box;
            -moz-line-clamp: 2 !important;
            -moz-box-orient: vertical;
        }

    .pmore {
        border: 1px solid #ddd;
        width: 120px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        text-align: center;
        bottom: 0;
        display: none;
    }

        .pmore .article-more {
            font-size: 14px;
            color: #ddd;
            display: none;
        }

    .ArticleList .media-body .views, .ArticleList .media-body .viewstxt {
        display: none;
    }
}
/****************************第六部分******************************/ /*HomeMessage*/
.HomeMessage input, .HomeMessage textarea {
    color: #333;
    border: 1px solid #ddd;
    letter-spacing: 1px;
    outline: none;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -webkit-appearance: none;
}

.Address, .Contant {
    width: 100%;
    margin: 5px 0px;
}

.Map p {
    margin: 0;
}

.Submit {
    color: #fff !important;
    width: 100%;
    font-size: 18px;
    letter-spacing: 2px;
    height: 60px;
    border: none;
}

.Message-body {
    background: #f8f8f8;
    overflow: hidden;
    margin-top: 40px;
}
.divMessage {
    padding:0 40px;
}
.divMessage .message{
    padding:10px 0;
}
.message:nth-child(-n+2) {
    padding-top:0;
}



@media(min-width:992px) and (max-width:1024px) {
.divMessage {
    padding:0 20px;
}
}
@media(min-width:769px) and (max-width:991px) {
.divMessage {
    padding:0 20px;
}
.divMessage .message{padding: 10px 0;}
#btnsubmit{margin-bottom:0!important;}
}
@media(max-width:768px) {
#btnsubmit{margin-bottom:0!important;}
.divMessage {
    padding:0 10px;
}
.divMessage .message{padding: 5px 0;}
}
@media(max-width: 414px) {
.divMessage { padding:0 10px;}
.divMessage .message{padding: 5px 0;}
}
.message input.input,.message textarea.input,.message select {
    font-size: 16px;
    width: 100%;
    background: transparent;
    border: 1px solid #ccc;
    color: #999;
}
.message input.input,.message textarea.input,.message select {color: #666; padding: 8px;}
.message input[type="checkbox"]{-webkit-appearance: checkbox;}
.message input[type="radio"]{-webkit-appearance: radio;}




@media(max-width: 991px) {
    .HomeMessage .container {
        width: 100%;
        padding-left: inherit;
        padding-right: inherit;
    }

    .Map {
        padding-left: inherit;
        padding-right: inherit;
        margin-top: 30px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .HomeMessage .title_style1 {
        margin: 0 20px;
    }
        .IntroduceShowStyleM {
        padding: 0 10px;
    }
}

@media(min-width: 769px) {
    .HomeMessage input, .HomeMessage textarea {
        padding: 11.5px;
        font-size: 16px;
    }

    .Map {
    }

    .Address {
        margin-bottom: 20px;
    }

    .Contant {
        margin-bottom: 20px;
        height: 180px;
    }

    .Submit {
        margin: 0 0 20px;
    }

    .HomeMessage #ValidateImage {
        height: 40px;
    }
}

@media(max-width: 768px) {
    .Map {
        padding-left: inherit;
        padding-right: inherit;
        margin-top: 10px;
    }

    .Message-body {
        margin-top: 20px;
    }

    .HomeMessage .title_style1 {
        margin: 0px 2%;
    }

    .HomeMessage input, .HomeMessage textarea {
        padding: 5px;
        font-size: 18px;
    }


    .Code {
        width: 2rem;
    }

    .Contant {
        margin: 5px 0px;
    }

    .Submit {
        margin: 5px 0px;
        padding: 15px;
    }

    .HomeMessage #ValidateImage {
        height: .4rem;
    }
}

@media(max-width:414px) {
    
    .Message-body {
        margin-top: 20px;
    }
    .Map {
        padding-left: inherit;
        padding-right: inherit;
        margin-top: 10px;
    }

    .Submit {
        margin: 5px 0px;
        padding: 5px;
        font-size: 14px;
        letter-spacing: 2px;
        height: 30px;
        border: none;
    }

    .divMessage {
        padding-bottom: 0px;
    }
}
/*===Introduce===*/
.divIntroduce {
    border: solid 1px #ddd;
    background: #fff;
}

.kkTitle {
    /*margin-top: 10px;*/
    padding-top:10px !important;
}

.kkCon {
    background: #fff;
    padding: 0px 10px 10px;
}
.KkNew { background: #fff;}
@media (min-width: 1601px) {
    .IntroduceShowStyleM {
        overflow: hidden;
        padding: 0 30px;
    }

    .parent {
        padding: 20px 10px 0px;
    }

    .IntroduceShowStyleS .parent:nth-child(-n+3) {
        padding-top: 0px !important;
    }

    .kkTitle {
        display: block;
        font-size: 24px;
        font-weight: 600;
        line-height: 180%;
    }

    .kkSubIntroduce {
        line-height: 180%;
        height: 60px;
        overflow: hidden;
        text-align: justify;
        color: #999;
    }
    /*.IntroduceImg
        {
            border-top: 1px #999 solid;
            border-left: 1px #999 solid;
            border-right: 1px #999 solid;    
            min-height: 300px;
        }*/
}

@media(min-width: 1251px) and (max-width: 1600px) {
    .parent {
        padding: 20px 10px 0px;
    }

    .IntroduceShowStyleS .parent:nth-child(-n+3) {
        padding-top: 0px !important;
    }


    .IntroduceList {
        width: 100%;
    }

    .kkTitle {
        padding: 0px;
        font-size: 18px;
        font-weight: 600;
        line-height: 200%;
    }

    .kkCon {
        padding: 0px 15px 15px;
    }

    .kkSubIntroduce {
        padding: 0;
        font-size: 14px;
        line-height: 150%;
        height: 40px;
        color: #999;
        overflow: hidden;
        text-align: justify;
    }
}

@media(min-width: 991px) and (max-width: 1250px) {
    .parent {
        padding: 20px 10px 0px;
    }

    .IntroduceShowStyleS .parent:nth-child(-n+3) {
        padding-top: 0px !important;
    }

    .IntroduceList {
        width: 100%;
    }

    .kkTitle {
        padding: 0px;
        font-size: 18px;
        font-weight: 600;
        line-height: 200%;
    }

    .kkCon {
        padding: 0px 10px 10px;
    }

    .kkSubIntroduce {
        padding: 0;
        font-size: 14px;
        line-height: 150%;
        height: 40px;
        color: #999;
        overflow: hidden;
        text-align: justify;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .parent {
        padding: 0 0px 10px;
    }
    .IntroduceShowStyleS .parent:last-child {
        padding-bottom: 0px;
    }


    .IntroduceList {
    }

    .HomeIntroduce .container {
        padding-bottom: 20px;
    }

    .kkTitle {
        font-size: 18px;
        line-height: 200%;
        font-weight: bold;
        margin-top:0;
    }

    .kkCon {
        padding: 0px 10px 10px;
    }

    .kkSubIntroduce {
        font-size: 14px;
        line-height: 180%;
        color: #999;
        height: 30px;
        overflow: hidden;
    }
}



@media (max-width: 767px) {
    .parent {
        padding: 0 0px 10px;
    }

    .IntroduceShowStyleS .parent:last-child {
        padding-bottom: 0px;
    }

    .kkTitle {
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        margin-top:0;
    }

    .kkCon {
        padding: 0px 10px 10px;
    }

    .kkSubIntroduce {
        font-size: 14px;
        line-height: 150%;
        /*height: 40px;*/
         height: 20px;
        color: #999;
        overflow: hidden;
    }

    .IntroduceList {
        width: 100%;
    }

    .Banner2 {
        margin-top: 20px;
        padding-bottom: 0px;
    }
}

@media (max-width: 414px) {
    .parent {
        padding: 0 0px 10px;
    }

    .IntroduceShowStyleS .parent:last-child {
        padding-bottom: 0px;
    }

    .divIntroduce {
        background: #fff;
    }

    .kkTitle {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        line-height: 150%;
        font-weight: 600;
        margin-top:0;
    }

    .kkCon {
        padding: 0px 10px 10px;
    }

    .kkSubIntroduce {
        font-size: 12px;
        line-height: 150%;
        height: 33px;
        color: #999;
        overflow: hidden;
    }

    .IntroduceList {
        width: 100%;
    }
}

/***********************************内页****************************************/
/*广告图*/
.NeiBanner {
    max-height: 600px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .NeiBanner > a {
        /*height: 375px !important;*/
    }
}

@media (max-width: 414px) {
    .NeiBanner > a {
        /*height: 180px !importavnt;*/
    }
}
/*.NeiBanner img{width:100%;}*/
/*ProductList*/
/*.ProductListCon .col-xs-6
{
    box-sizing: border-box;
    overflow: hidden;
}
@media (min-width: 1250px)
{
.ProductListCon .P_Exhibition{ margin-right: 0px; margin-left: 0px;}
}
@media (min-width: 768px)and (max-width: 1249px)
{
.ProductListCon .P_Exhibition{ margin-right: -10px; margin-left: -10px;}
}
@media (min-width: 768px)
{
.ProductListCon{ margin-top:30px;}
}
@media (max-width: 767px)
{
    .ProductListCon .P_Exhibition{ margin-left: -.1rem; margin-right: -.1rem;}
}*/

@media (min-width: 769px) {
    .ProductListCon > .container {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .ProductListCon > .container {
        margin-bottom: .1rem;
    }

        .ProductListCon .row .col-xs-6 {
        }    
  .ProductListCon #ProductListCon1{min-height:6rem;} 
}


/**Product**/
.BigImage {
    position: relative;
}

    .BigImage h3 {
        font-weight: bold;
    }

.Introduct {
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 0;
    background: #fff;
}

    .Introduct div {
        color: #fff;
        height: 100%;
    }

.Product .Sub {
    color: #fff !important;
    width: 100%;
    border: inherit !important;
}

.Product .tab-pane div a:hover {
    text-decoration: underline;
}

.ProductMessageList > div {
    border-bottom: 1px solid #eee;
}

    .ProductMessageList > div:first-child {
        border-top: 1px solid #eee;
    }

    .ProductMessageList > div > p:last-child {
        color: #999;
    }

.ProductMessageList img {
    display: inline-block !important;
}

.hybtn_prev, .hybtn_next {
    z-index: 11111;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    opacity: 0; /*可以改变数值*/
    transition: opacity .8s ease-in-out; /*可以改变时间*/
    -moz-transition: opacity .8s ease-in-out;
    -webkit-transition: opacity .8s ease-in-out;
}

.BigImage:hover .hybtn_prev, .BigImage:hover .hybtn_next {
    opacity: 1.0; /*可以改变数值*/
    transition: opacity .55s ease-in-out; /*可以改变时间*/
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}

.hybtn_prev {
    background: url(/Skin/images/hyleft.png) no-repeat left top;
}

.hybtn_next {
    background: url(/Skin/images/hyright.png) no-repeat right top;
}

@media (min-width: 769px) {
    .BigImage_head {
        padding:10px 40px 10px;
    }

        .BigImage_head a {
            display: block;
            max-width: 1900px;
            margin: 0 auto;
            text-align: center;
            width: auto;
        }

        .BigImage_head h3 {
            line-height: 180%;
            margin: 10px 0;
        }

        .BigImage_head a img {
            max-width: 100%;
        }

    .ProductSecond {
        padding:10px 40px 0px;
    }

    .BigImage_preNext {
        margin-top: 20px;
        padding:0px 40px;
    }

    .Introduct {
        height: 50px;
        line-height: 48px;
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 40px;
    }

        .Introduct div {
            width: 135px;
        }
    /*.Product .Sub{width:150px;}*/
    .Product .Sub {
        padding: 11.5px;
        font-size: 16px;
        margin-top: 20px;
    }
    /*.Product table > tbody > tr td:first-child{ width:90px;}*/
    .Product .tab-pane div input {
        height: 40px;
    }

        .Product .tab-pane div input:nth-child(2) {
            width: 200px;
        }

    .Product .tab-pane div > img {
        height: 38px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .Product .tab-pane div:nth-child(2) span {
        width: 85px;
        display: inline-block;
    }

    .Product .Contant, .Product .tab-pane div input:nth-child(2) {
        padding: 11.5px;
        font-size: 16px;
        color: #999;
    }

    .ProductMessageList > div > p:first-child {
        margin-top: 10px;
    }

    .ProductMessageList > div:first-child {
        margin-top: 60px;
    }

    .ProductMessageList p {
        font-size: 14px;
    }

    .hybtn_prev, .hybtn_next {
        width: 67px !important;
        height: 122px !important;
        margin-top: -13px;
    }

    .hybtn_prev {
        left: 20px;
    }

    .hybtn_next {
        right: 20px;
    }

    .BigImage_content2 img {
        max-width: 100%;
    }
}

@media(min-width:992px) and (max-width:1219px) {
    .BigImage_head > a {
        max-width: 1000px;
        margin: 0 auto;
    }

        .BigImage_head > a > img {
            max-width: 100%;
        }
}
@media (max-width: 768px) {
    .BigImage_head {
        padding:10px 20px 10px;
    }
    .BigImage_head > a {
        display: block;
    }

        .BigImage_head > a > img {
            max-width: 100%;
        }

    .BigImage_head h3 {
        margin: 10px 0;
        padding: 0px;
    }

        .BigImage .BigImage_content {
            width: 100%;
            padding: .3rem;
            padding-right: .25rem;
            margin-bottom: .2rem;
        }

    .BigImage_content span {
        font-size: .16rem;
        color: #999;
    }

    .BigImage_content p {
        word-wrap: break-word;
        font-size: .16rem;
        line-height: .3rem;
        margin: 0;
        color: #333;
    }

    .BigImage_content span:first-child {
        font-size: .36rem;
        color: #333;
        font-weight: bold;
    }

    .BigImage_content span:last-child {
        display: block;
        margin-top: .15rem;
    }

    .BigImage_content p > span:first-child {
        color: #999;
        font-size: .16rem;
        font-weight: normal;
    }

    .BigImage_content2 img {
        max-width: 100%;
    }

    .BigImage_preNext {
        padding:10px 10px 0px;
    }

    .BigImage h3 {
        font-size: .3rem;
        line-height: inherit;
    }

    .Introduct {
        height: .6rem;
        line-height: .59rem;
        font-size: .2rem;
        margin-bottom: .2rem;
        margin-top: .3rem;
    }

        .Introduct div {
            width: 1.35rem;
        }

    .Subtd {
        display: none;
    }

    .Product .Sub {
        width: 100%;
        margin-top: .2rem;
        height: .5rem;
        margin-bottom: .2rem;
    }
    /*.Product table > tbody > tr td:first-child{ width:1.3rem;}*/
    .Product .tab-pane {
        font-size: .24rem;
    }
        /*.Product .tab-pane div input{ height:.5rem;}*/
        .Product .tab-pane div input:nth-child(2) {
            width: 1.2rem;
        }

        .Product .tab-pane div > img {
            height: .4rem;
            margin-left: .08rem;
            margin-right: .08rem;
        }

        .Product .tab-pane div:nth-child(2) span {
            width: 1.2rem;
            display: inline-block;
        }

        .Product .Contant, .Product .tab-pane div input:nth-child(2) {
            padding: .12rem;
            font-size: .2rem;
            color: #999;
        }

    .ProductMessageList > div > p:first-child {
        margin-top: .1rem;
    }

    .ProductMessageList > div:first-child {
        margin-top: .4rem;
    }

    .hybtn_prev, .hybtn_next {
        width: .67rem !important;
        height: 1.22rem !important;
        margin-top: -.13rem;
        background-size: cover;
    }

    .hybtn_prev {
        left: .2rem;
    }

    .hybtn_next {
        right: .2rem;
    }
}

@media (max-width: 414px) {

    .BigImage_preNext {
        padding:10px 10px 0px
    }
    .BigImage_head {
        padding:5px 10px 5px;
    }
}

/**ArticleList**/
.ArticleList .media-body .date {
    font-weight: inherit;
    color: #999;
}



@media (min-width: 769px) {
    .ArticleList .media-body .date {
        font-size: 16px;
        line-height: 50px;
        width: 100px;
    }

    .ArticleList .media-body .glyphicon {
        top: 0;
    }

    .ArticleList .media-body .views, .ArticleList .media-body .viewstxt {display: inline-block;vertical-align:middle;height: 30px;line-height: 30px;overflow: hidden;font-size: 16px;color: #999;}
        .ArticleList .media-body i.timer,.ArticleList .media-body i.vcount {
            display: inline-block;
            vertical-align: middle;
            width:15px; height:30px; margin-right:5px;
        }
    .ArticleList .media-body i.timer {background:url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1070 1024' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M559.663 535.226h231.424a40.03 40.03 0 1 1 0 79.965H520.564a40.774 40.774 0 0 1-.93 0 40.03 40.03 0 0 1-39.937-40.029V304.687a40.03 40.03 0 1 1 79.966 0v230.586zm-26.066 482.258c-279.273 0-505.53-226.304-505.53-505.484 0-279.18 226.257-505.484 505.484-505.484 279.133 0 505.483 226.304 505.483 505.484 0 279.18-226.35 505.484-505.483 505.484zm0-80.059a425.425 425.425 0 1 0 0-850.85 425.425 425.425 0 0 0 0 850.85z' fill='%23999'/%3E%3C/svg%3E") no-repeat center/100%;}
    .ArticleList .media-body i.vcount {background:url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M966.394 475.622c-6.247-71.244-50.4-104.793-89.78-112.422a53.952 53.952 0 0 0-11.424-.954 106.803 106.803 0 0 0-46.95 12.27c-17.414-37.53-55.866-64.967-98.125-64.967h-8.665c-16.896 0-32.96 4.006-47.258 11.257-5.203-14.425-13.274-27.328-23.891-37.907-14.957-14.918-42.682-32.608-89.127-32.537a113.926 113.926 0 0 0-42.566 8.307V119.418C508.602 53.574 455.405 0 390.022 0h-9.683C314.957 0 261.76 53.574 261.76 119.418v344.998l-30.534-50.317a32 32 0 0 0-4.916-6.208c-30.598-30.105-71.539-37.312-109.49-19.321l-2.01.928c-3.047 1.388-6.842 3.11-10.932 5.69l-6.835 4.306a32.454 32.454 0 0 0-3.168 2.272c-34.374 28.032-52.589 65.447-54.137 111.194-2.759 81.408 49.177 188.698 154.361 318.906 72.864 90.195 145.312 159.11 154.035 167.334a80.198 80.198 0 0 0 57.87 24.8h321.798c11.225 0 22.13-2.304 32.435-6.86l4.544-2.01a30.96 30.96 0 0 0 1.542-.73c105.85-53.805 173.888-165.197 196.755-322.15 16.122-110.624 4.692-206.01 3.316-216.628zM738.067 956.96l-3.718 1.651a16.051 16.051 0 0 1-6.541 1.389H406.003a15.795 15.795 0 0 1-11.731-5.158 31.136 31.136 0 0 0-1.651-1.664c-81.895-76.59-293.453-304.583-288.928-438.048.89-26.202 10.457-46.695 29.229-62.605l5.043-3.175c1.05-.633 2.201-1.075 3.321-1.587l2.932-1.35c4.742-2.253 18.7-8.877 34.617 4.723L266.4 595.424a32 32 0 1 0 59.354-16.595V119.418c0-30.56 24.486-55.418 54.579-55.418h9.683c30.093 0 54.573 24.858 54.573 55.418v325.126a32 32 0 0 0 64 0V340.87c7.155-16.14 23.411-26.457 42.752-26.515 13.561-.192 32.205 2.336 43.757 13.856 9.9 9.875 11.98 23.514 11.98 33.216v39.706c0 .614.135 1.197.167 1.805V511.89a32 32 0 1 0 64 0V405.088c5.587-18.95 21.299-31.54 40.185-31.54h8.666c19.904 0 43.942 19.937 43.942 44.692v119.904c0 17.677 14.324 32 32 32s32-14.323 32-32v-85.555c6.714-15.085 21.159-25.408 37.53-26.31 10.803 2.45 33.536 12.71 37.1 55.455.046.55.11 1.095.174 1.645.512 3.635 46.899 365.095-164.775 473.581z' fill='%23999'/%3E%3C/svg%3E") no-repeat center/100%;}
    .ArticleList .ArticleCom {
        margin: 10px 40px 20px;
    }
    /*.ArticleCom{ margin-top:10px; margin-bottom:40px;}*/
}

.articleCon .ArticleTxt {
    padding:0; margin:0;
}
@media (max-width: 768px) {
    .ArticleList .media-body .glyphicon {
        top: 0;
    }

    .ArticleList .media-body .date {
        font-size: 14px;
        line-height: 180%;
        display: block !important;
    }

    .ArticleList .ArticleCom {
        padding: 20px 20px 0px;
        min-height:6rem;
    }
    /*.ArticleCom{ margin-bottom:.1rem;}*/
}
/**Article**/
.articleCon {
    margin: 0 2% 40px;
}

    .articleCon .ArticleTxt {
        font-weight: bold;
    }

    .articleCon .dateCount {
        border-bottom: 1px dashed #ccc;
        color: #666;
    }
        .articleCon .dateCount span {
            display:inline-block; vertical-align:middle;
        }
    .articleCon i.timer,.articleCon i.vcount {
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height:15px;
        margin-right: 5px;
    }
    .articleCon .dateCount i.timer {background:url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1070 1024' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M559.663 535.226h231.424a40.03 40.03 0 1 1 0 79.965H520.564a40.774 40.774 0 0 1-.93 0 40.03 40.03 0 0 1-39.937-40.029V304.687a40.03 40.03 0 1 1 79.966 0v230.586zm-26.066 482.258c-279.273 0-505.53-226.304-505.53-505.484 0-279.18 226.257-505.484 505.484-505.484 279.133 0 505.483 226.304 505.483 505.484 0 279.18-226.35 505.484-505.483 505.484zm0-80.059a425.425 425.425 0 1 0 0-850.85 425.425 425.425 0 0 0 0 850.85z' fill='%23999'/%3E%3C/svg%3E") no-repeat center/100%;}
    .articleCon .dateCount i.vcount {background:url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M966.394 475.622c-6.247-71.244-50.4-104.793-89.78-112.422a53.952 53.952 0 0 0-11.424-.954 106.803 106.803 0 0 0-46.95 12.27c-17.414-37.53-55.866-64.967-98.125-64.967h-8.665c-16.896 0-32.96 4.006-47.258 11.257-5.203-14.425-13.274-27.328-23.891-37.907-14.957-14.918-42.682-32.608-89.127-32.537a113.926 113.926 0 0 0-42.566 8.307V119.418C508.602 53.574 455.405 0 390.022 0h-9.683C314.957 0 261.76 53.574 261.76 119.418v344.998l-30.534-50.317a32 32 0 0 0-4.916-6.208c-30.598-30.105-71.539-37.312-109.49-19.321l-2.01.928c-3.047 1.388-6.842 3.11-10.932 5.69l-6.835 4.306a32.454 32.454 0 0 0-3.168 2.272c-34.374 28.032-52.589 65.447-54.137 111.194-2.759 81.408 49.177 188.698 154.361 318.906 72.864 90.195 145.312 159.11 154.035 167.334a80.198 80.198 0 0 0 57.87 24.8h321.798c11.225 0 22.13-2.304 32.435-6.86l4.544-2.01a30.96 30.96 0 0 0 1.542-.73c105.85-53.805 173.888-165.197 196.755-322.15 16.122-110.624 4.692-206.01 3.316-216.628zM738.067 956.96l-3.718 1.651a16.051 16.051 0 0 1-6.541 1.389H406.003a15.795 15.795 0 0 1-11.731-5.158 31.136 31.136 0 0 0-1.651-1.664c-81.895-76.59-293.453-304.583-288.928-438.048.89-26.202 10.457-46.695 29.229-62.605l5.043-3.175c1.05-.633 2.201-1.075 3.321-1.587l2.932-1.35c4.742-2.253 18.7-8.877 34.617 4.723L266.4 595.424a32 32 0 1 0 59.354-16.595V119.418c0-30.56 24.486-55.418 54.579-55.418h9.683c30.093 0 54.573 24.858 54.573 55.418v325.126a32 32 0 0 0 64 0V340.87c7.155-16.14 23.411-26.457 42.752-26.515 13.561-.192 32.205 2.336 43.757 13.856 9.9 9.875 11.98 23.514 11.98 33.216v39.706c0 .614.135 1.197.167 1.805V511.89a32 32 0 1 0 64 0V405.088c5.587-18.95 21.299-31.54 40.185-31.54h8.666c19.904 0 43.942 19.937 43.942 44.692v119.904c0 17.677 14.324 32 32 32s32-14.323 32-32v-85.555c6.714-15.085 21.159-25.408 37.53-26.31 10.803 2.45 33.536 12.71 37.1 55.455.046.55.11 1.095.174 1.645.512 3.635 46.899 365.095-164.775 473.581z' fill='%23999'/%3E%3C/svg%3E") no-repeat center/100%;}





.preNext a {
    color: #fff;
}

.preNext .col-sm-2 span {
    display: block;
}

.preNext > div > a {
    opacity: 0.9;
}

    .preNext > div > a:hover {
        opacity: 1;
    }

@media (min-width: 768px) {
    .Article > .container {
        padding-bottom: 20px;
    }

    .articleCon .Articlehead {
        margin-top: 20px;
    }

    .articleCon .ArticleTxt {
        font-size: 36px;
    }

    .articleCon .dateCount {
        font-size: 16px;
        line-height: 50px;
    }
    
.preNext {
    margin-top:20px; margin-bottom:10px;
}
    .preNext a {
        font-size: 16px;
    }

    .preNext .col-sm-2 span {
        margin: 0 20px;
    }

    .preNext, .preNext .col-sm-5, .preNext .col-sm-2 span {
        height: 50px;
        line-height: 50px;
    }

        .preNext div a {
            padding: 0 20px;
        }
}

@media (max-width: 767px) {
    .articleCon {
        margin: 0 20px 20px;
    }

        .articleCon .ArticleTxt {
            font-size: 16px;
            line-height: 180%;
        }

        .articleCon .dateCount {
            font-size: 14px;
            line-height: 180%;
        }

    .preNext a {
        font-size: 14px;
    }

    .preNext, .preNext .col-sm-5, .preNext .col-sm-2 span {
        height: 40px;
        line-height: 40px;
    }

        .preNext div a {
            display: block;
            width: auto;
        }

        .preNext .col-xs-4 {
            text-align: center;
            padding:0px 5px;
        }

    .dateCount span {
        padding: 5px;
    }
}

@media (max-width: 414px) {
    .preNext .col-sm-2 span {
        padding: 0 5px;
    }

    .articleCon {
        margin: 0 10px 10px;
    }

        .articleCon .dateCount{
            font-size: 12px;
            line-height: 150%;
        }
}
/**MessageList**/
.messageListCon > span {
    font-weight: bold;
    letter-spacing: 2px;
}

.messageListCon #changeValidateImage:hover {
    text-decoration: underline;
}

.divMap {
    width: 100%;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑";
}

.BMap_pop div > div {
    border-radius: 8px;
}

@media (min-width: 768px) {
    .MessageList > .container {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .messageListCon > span {
        font-size: 30px;
        padding-top: 40px;
        padding-bottom: 15px;
    }

    .divMap {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .MessageList > .container {
        padding-top: .1rem;
        padding-bottom: .3rem;
    }

    .messageListCon > span {
        font-size: .3rem;
        padding-top: .4rem;
        padding-bottom: .15rem;
    }

    .messageListCon .MessageTxt {
        margin-bottom: .2rem;
    }
    /*.SinglePage .divMap{ margin-bottom: -.2rem;}*/
    .divMap {
        height: 5rem;
    }
}
/**SinglePage**/
.singlePageCon {
    float: inherit;
}
.singlePageCon1 {
    float: inherit;
}
.singlePageCon1 img{
    margin-bottom:10px;
}


@media (min-width: 769px) {
    .singlePageCon {
        margin: 20px 40px 0px;
    }
     .singlePageCon1 {
        margin: 0 40px 0px;
    }
}

@media(max-width: 768px) {
    .singlePageCon {
        margin: 20px 10px 0px;
    }
    .singlePageCon1 {
        margin: 0 10px 0px;
    }
}
@media(max-width: 414px) {
    .singlePageCon {
        margin: 10px 10px 0px;
    }
    .singlePageCon1 {
        margin: 0 10px 0px;
    }
}

/*内页菜单*/
@media(min-width: 769px) {
    .NeiMenu_top {
        width: auto;
    }

        .NeiMenu_top .containerNew {
            height: 90px;
            border-bottom: 1px solid #ccc;
            margin: 0 10px;
        }

            .NeiMenu_top .containerNew > h3 {
                border-left: 5px solid #000;
                padding-left: 20px; 
                font-size: 30px;
                line-height: 100%;
                display: block;
                margin-top: 40px;
                font-weight: 600;
                max-width: 25%;
                float: left;
            }


        .NeiMenu .navbar-collapse {
            display: inline-block !important;
        }

    .divCategories { margin-bottom: 10px; }
        .divCategories ul { padding: 0; margin: 0; }
        .divCategories > ul > li { display: inline-block; float: left; margin: 0 10px 10px; position: relative; }
            .divCategories > ul > li a { display: block; padding: 0px 20px; border: solid 1px #cecece; line-height: 45px; }
            .divCategories > ul > li ul { display: none; position: absolute; width: 100%; background: #fff; top: 100%; left: 0; border: solid 1px #ccc; z-index: 2; }
                .divCategories > ul > li ul a { border: none; }
            .divCategories > ul > li:hover > ul { display: block; }
                .divCategories > ul > li:hover > ul li { position: relative; }
            .divCategories > ul > li > ul li:hover > ul { display: block; position: absolute; left: 100%; min-width: 200px; top: -1px; z-index: 3; }
            .divCategories > ul > li > a > span > i { display: inline-block; width: 0px; height: 0px; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; }
            .divCategories > ul > li > ul i { display: inline-block; width: 0px; height: 0px; margin-left: 2px; vertical-align: middle; border-left: 4px solid; border-bottom: 4px solid transparent; border-top: 4px solid transparent; right: 10px; position: absolute; top: 18px; }


    .NeiMenu .navbar-collapse .nav > li:first-of-type { margin-left: 0px; }
    .NeiMenu .navbar-collapse .nav > li { margin-right: 20px; margin-bottom: 10px; }
        .NeiMenu .navbar-collapse .nav > li > a { height: 43px; line-height: 43px; padding: 0 30px; font-size: 16px; border: 1px solid #ccc; cursor: pointer; }
    .NeiMenu .navbar-header > span { display: none; }
    .NeiMenu .dropdown-menu { z-index: 1000; }
        .NeiMenu .dropdown-menu > li > a { font-size: 14px; height: 50px; line-height: 50px; padding: 0 15px; }
}

@media(max-width: 768px) {
    .NeiMenu_top .containerNew {
        height: 40px;
        background-position: 5px;
        border-bottom: 1px solid #ccc;
        display: none;
        margin: 0 20px;
    }
        .NeiMenu_top .containerNew > h3 {
            padding-left: 10px;
            font-size: 16px;
            line-height: 180%;
            display: block;
            margin-top: 20px;
            font-weight: bold;
            width: 25%;
            float: left;
        }

    .NeiMenu .containerNew {
        margin: 20px 20px;
    }

        .NeiMenu .navbar-default .navbar-nav > li > a {
            /*padding: 10px;*/
            padding: 0;
            line-height:50px;
        }

        .NeiMenu .navbar-default .navbar-nav .open .dropdown-menu > li > a,
        .NeiMenu .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 0 .15rem 0 .4rem;
            border-color: #fafafa;
            height: 40px;
            line-height: 40px;
        }

        .NeiMenu .caret-right,.NeiMenu .caret {
            display:none;
            right: 10px;
            top: 20px;
        }
        .NeiMenu .dropdown{position:relative;}         
        .NeiMenu .wapdrow{display:inline-block;height:8px;width:8px;top:50%;transform:translateY(-50%);right:10px;position:absolute;background:url(/skin/img/jia.png) no-repeat center/100%;}
        .NeiMenu .chosed>.wapdrow{background:url(/skin/img/jian.png) no-repeat center/100%;}
        .NeiMenu .BgColorFFF>.wapdrow{display:inline-block;height:8px;width:8px;top:50%;transform:translateY(-50%);right:10px;position:absolute;background:url(/skin/img/jia-1.png) no-repeat center/100%;}
        .NeiMenu .BgColorFFF.chosed>.wapdrow{background:url(/skin/img/jian-1.png) no-repeat center/100%;}
        .nav .dropdown a{border-bottom:0;}

        .main-navigation .navbar-header { border: 1px solid #ddd; margin: 10px; position: relative; z-index: 1; }
        .main-navigation .divCategories { display: none; position: absolute; z-index: 5; top: 100%; left: -1px; width: calc(100% + 2px); border: solid 1px #eee; background: #fff; padding-bottom:5px; }
        .main-navigation:hover .divCategories { display: block; }
            .main-navigation:hover .divCategories ul { margin: 0; padding: 0; }
            .main-navigation .divCategories>ul>li ul { display:none; }
    .divCategories > ul > li { margin: 0; }
        .divCategories > ul > li>a { display: block; padding: 0 0.1rem; font-size: 0.3rem; border-bottom:solid 1px #eee; position:relative; }
            .divCategories > ul > li > a>span { display: block; width: 100%; height: .8rem; line-height: .8rem; text-align: center; }
            .divCategories > ul > li > a>span>i{ display: block; width: 100%; height: .8rem; line-height: .8rem; text-align: center; }
        .divCategories > ul > li:hover > ul { display: block; width:100%; }
        .divCategories > ul > li ul li:hover > ul { display: block; width: 100%; }
        .divCategories > ul > li ul li { }
            .divCategories > ul > li ul li a { display: block; padding: 0 0.1rem; position: relative; font-size: 0.24rem; background: #f8f8f8; }
                    .divCategories > ul > li ul li a span { display: block; width: 100%; line-height: .6rem; text-align: center; }
        .divCategories > ul > li > a > span > i { display: inline-block; width: 0px; height: 0px; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; }
        .divCategories > ul > li > ul i { display: inline-block; width: 0px; height: 0px; vertical-align: middle; border-left: 4px solid; border-bottom: 4px solid transparent; border-top: 4px solid transparent; position: absolute; top: 50%; margin-top: -4px; right:0.2rem; }



        .NeiMenu .navbar-header { height: 40px; line-height: 40px; text-align: center; }

        .NeiMenu .navbar-header > span {
            font-size: 18px;
        }

        .NeiMenu .navbar-header .navbar-toggle {
            line-height: 40px;
            height: 40px;
            width: 40px;
            border-left: 1px solid #ddd;
            padding: 0 .14rem;
            /*position: absolute;
            right: 10px;*/
        }

    .NeiMenu .navbar-collapse {
        border-top: 1px solid #ddd;
        width: 100%;
        right: 0;
        top: auto;
    }

    .NeiMenu .dropdown-menu > li > a {
        font-size: 0.24rem;
    }
}


@media(max-width:414px) {
    .NeiMenu .navbar-header > span { font-size: 0.24rem; }

    .NeiMenu_top .containerNew {
        height: 30px;
        background: url('/Skin/img/left.png') no-repeat left;
        background-position: 5px;
        border-bottom: 1px solid #d8d8d8;
        display: none;
    }

        .NeiMenu_top .containerNew > h3 {
            padding-left: 10px;
            font-size: 16px;
            line-height: 180%;
            display: block;
            margin-top: 10px;
            font-weight: bold;
            width: 25%;
            float: left;
        }

    .NeiMenu .containerNew{ margin:10px 10px;}

    .ArticleList .ArticleCom {
        padding:10px 10px 0px;
    }
}

.NeiMenu .navbar-default .navbar-nav {
    margin: 0px -1px!important;
    width: auto !important;
}

    .NeiMenu .navbar-default .navbar-nav > li > a {
        z-index: 102;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
        background: #fff;
    }

        .NeiMenu .navbar-default .navbar-nav > li > a:hover {
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

    .NeiMenu .navbar-default .navbar-nav > .active > a,
    .NeiMenu .navbar-default .navbar-nav > .active > a:focus {
        color: #e2001c;
        border-color: #e2001c;
        background-color: transparent;
    }

        .NeiMenu .navbar-default .navbar-nav > .active > a:hover {
            background-color: transparent;
        }

.NeiMenu .main-navigation .navbar-nav > .open > a,
.NeiMenu .main-navigation .navbar-nav > .open > a:hover,
.NeiMenu .main-navigation .navbar-nav > .open > a:focus {
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
    box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
}

    .NeiMenu .main-navigation .navbar-nav > .open > a:active,
    .NeiMenu .main-navigation .navbar-nav > .open.active > a:active {
        background-color: #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: transparent;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

        .NeiMenu .main-navigation .navbar-nav > .open > a:active + ul,
        .NeiMenu .main-navigation .navbar-nav > .open.active > a:active + ul {
            display: none;
        }

.NeiMenu .dropdown-menu {
    min-width: 200px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f1f1;
    z-index: 101;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    z-index: 1111;
}

    .NeiMenu .dropdown-menu > li > a {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }

    .NeiMenu .dropdown-menu .dropdown-menu {
        top: -1px;
        left: 100% !important;
        padding-top: 0;
        margin-left: 1px;
        border-left: none;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
        border-top: 1px solid #f1f1f1;
    }
    @media(max-width:768px){
        .NeiMenu .dropdown-menu .dropdown-menu{
            top:unset !important;
            left:unset !important;
        }
    }

.NeiMenu .mega-menu.dropdown {
    position: static;
}

.NeiMenu .mega-menu .dropdown-menu {
    left: 0;
    top: 96%;
    width: 100%;
    padding: 20px 30px;
}

.NeiMenu .mega-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.NeiMenu .mega-menu h4.title {
    margin: 10px 0 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.NeiMenu .mega-menu .menu > li > a {
    padding: 5px 0;
    font-size: 15px;
    color: #666666;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

    .NeiMenu .mega-menu .menu > li > a i,
    .NeiMenu .dropdown-menu > li > a i {
        padding-right: 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.NeiMenu .mega-menu .menu > li:last-child > a {
    border-bottom: none;
}

.NeiMenu .mega-menu .menu > li > a:hover i,
.NeiMenu .dropdown-menu > li > a:hover i {
    padding-left: 5px;
}

.NeiMenu .mega-menu .menu > li > a:hover,
.NeiMenu .mega-menu .menu > li > a:focus {
    background-color: #ffffff;
    color: #e84c3d;
    border-color: #f1f1f1;
    text-decoration: none;
}

.NeiMenu .main-navigation.main-navigation .open .dropdown-menu,
.NeiMenu .open .dropdown-animation {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
}

.NeiMenu .open .dropdown-animation {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.NeiMenu .main-navigation.main-navigation .dropdown-menu:hover .dropdown-menu {
    -webkit-animation-name: fadeInLeftSmall;
    animation-name: fadeInLeftSmall;
}

.NeiMenu .navbar-default .navbar-toggle .icon-bar {
    margin-bottom: .06rem;
    width: .4rem;
    height: 3px;
    background: #999;
    border-radius: .1rem;
}

@media (min-width:769px) {
    .NeiMenu {
        margin: 20px 0 0;
    }       
    .NeiMenu .main-navigation .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }

    .NeiMenu .navbar.navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    .NeiMenu .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
        float: left;
        margin: 0 40px 10px;
    }

    .NeiMenu .main-navigation .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }

    .NeiMenu .main-navigation .navbar-right > li:last-child > .dropdown-menu {
        right: 0;
        left: auto;
    }
}

@media (min-width:769px) and (max-width:1199px) {
    .NeiMenu .main-navigation .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
        .NeiMenu .navbar-default .navbar-nav > li {
            margin-bottom: 10px;
            margin-left: 16px;
        }
    /*.NeiMenu .navbar-default .navbar-nav > li > a {
		padding-right: 19px;
	}*/
}

@media (min-width:1200px) {
}

@media (max-width:768px) {
.divFloatBar {display:none;}
.Foot_menu {display:block;}
    .NeiMenu .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .NeiMenu .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .NeiMenu .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #e84c3d;
        background-color: transparent;
    }

    .NeiMenu .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #ddd;
        font-size: 16px;
        height: auto;
    }

    .NeiMenu .navbar-default .navbar-nav > li:last-child > a {
        border-bottom: 1px solid transparent;
    }

    .NeiMenu .main-navigation .navbar-nav > .open > a,
    .NeiMenu .main-navigation .navbar-nav > .open > a:hover,
    .NeiMenu .main-navigation .navbar-nav > .open > a:focus {
        border-color: transparent;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .NeiMenu .navbar-default .navbar-nav .open .dropdown-menu {
        background-color: #ffffff;
    }

    .NeiMenu .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
        padding-left: 60px;
    }

    .NeiMenu .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
        padding-left: 80px;
    }

    .NeiMenu .dropdown > a:before {
        right: 32px;
    }

    .NeiMenu .dropdown .dropdown > a:before {
        right: 36px;
    }
}
/*搜索*/
    .search-bar {
        width: 250px;
        margin: 2% auto 0;
        position: relative;
    }

        .search-bar input[type="text"] {
            width: 100%;
            padding: 4px 45px 4px 15px;
            height: 40px;
            border: 1px solid #ddd;
            background: none;
            display: inline-block;
            outline: none;
            -webkit-appearance: none;
            vertical-align: -webkit-baseline-middle;
            color: #666;
            font-size: 1em;
            border-radius: 30px;
        }

        .search-bar input[type="submit"] {
            background: url(/Skin/images/search.png)no-repeat center;
            outline: none;
            -webkit-appearance: none;
            border: 0;
            display: inline-block;
            vertical-align: -webkit-baseline-middle;
            width: 35px;
            height: 40px;
            margin-right: 5px;
            position: absolute;
            right: 0px;
            top: 0px;
        }
   @media(max-width:768px){
         nav.navbar .search-bar{width:100%;margin:auto;float:unset !important;margin-bottom:10px;padding:0 10px;}
        .search-bar input[type="text"]{border-radius:5px;}
        .search-bar input[type="submit"]{margin-right:0;width:40px;background-color:#bebebe;border-radius:5px;margin-right:10px;}
   }

/*====右侧浮动条====*/
.divFloatBar {
    _position: absolute;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    font-size: 14px;
}

    .divFloatBar a {
        font-size: 14px;
    }

.ulBar {
    float: right;
    padding: 0px;
    margin: 0px;
}

    .ulBar li {
        display: block;
        position: relative;
        opacity: 0.8 !important;
        filter: alpha(opacity=80);
    }

        .ulBar li.liShow {
            opacity: 0.8 !important;
            filter: alpha(opacity=60);
            cursor: pointer;
        }

        .ulBar li .imgTriangle {
            display: none;
            position: absolute;
            z-index: 99;
        }

        .ulBar li:hover {
            opacity: 1 !important;
            filter: alpha(opacity=100);
        }

        .ulBar li .float_menu_img2 {
            display: none;
        }

        .ulBar li .divShowD {
            display: none;
            position: absolute;
            z-index: 22;
            min-width: 130px;
            min-height: 20px;
            background: #fff;
            border: 1px solid #ccc;
            padding: 10px;
            top: 0px;
            white-space: nowrap;
        }

            .ulBar li .divShowD p {
                margin: 5px 0px;
            }

        .ulBar li:hover .divShowD {
            display: block;
        }

        .ulBar li:hover .imgTriangle {
            display: block;
        }

        .ulBar li .divShowD > div {
            height: auto !important;
            margin-left: 0 !important;
            margin-top: 0 !important;
            min-width: 228px !important;
        }

@media (min-width: 768px) {
    .ulBar {
        width: 60px;
        height: 30px;
    }

        .ulBar li {
            width: 60px;
            height: 60px;
        }

            .ulBar li.liShow {
                height: 30px;
            }

            .ulBar li .imgTriangle {
                top: 25px;
                right: 52px;
            }

            .ulBar li .divShowD {
                right: 60px;
            }
}

@media (max-width: 767px) {
    .ulBar {
        width: 50px;
        height: 20px;
    }

        .ulBar li {
            width: 50px;
            height: 50px;
        }

            .ulBar li.liShow {
                height: 25px;
            }

        .ulBar .ItImg, #liShow_Img {
            width: 100%;
        }

        .ulBar li .imgTriangle {
            top: 18px;
            right: 42px;
        }

        .ulBar li .divShowD {
            right: 50px;
        }
}
/*=幻灯片样式二=*/
.main_image {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

    .main_image ul {
        width: 9999px;
        height: 600px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    .main_image li {
        float: left;
        width: 100%;
        height: 600px;
    }

        .main_image li span {
            display: block;
            width: 100%;
            height: 600px;
        }

        .main_image li a {
            display: block;
            width: 100%;
            height: 600px;
        }

div.flicking_con {
    position: relative;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
}

    div.flicking_con .flicking_inner {
        position: absolute;
        bottom:20px;
        width: 100%;
        height: 21px;
        text-align: center;
    }
    /* 121126 */
    div.flicking_con span {
        cursor: pointer;
        display: inline-block;
        width: 21px;
        height: 21px;
        line-height: 70px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background: url('/Skin/images/btn_main_img.png') 0 0 no-repeat;
    }

        div.flicking_con span.on {
            background-position: 0 -21px;
        }

#btn_prev, #btn_next {
    z-index: 11111;
    position: absolute;
    display: block;
    width: 46px !important;
    height: 59px !important;
    top: 50%;
    margin-top: -29px;
    display: none;
}

#btn_prev {
    background: url(/Skin/images/hover_left.png) no-repeat left top;
    left: 100px;
}

#btn_next {
    background: url(/Skin/images/hover_right.png) no-repeat right top;
    right: 100px;
}

@media(max-width: 991px) {
    #btn_next, #btn_prev {
        display: none !important;
    }
}


@media(max-width: 767px) {
    div.flicking_con .flicking_inner {
        bottom: 0rem;
    }

    div.flicking_con span {
        cursor: pointer;
        display: inline-block;
        width: 10px;
        height: 10px;
        line-height: 70px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background: url('/Skin/images/btn_main_img.png') 0 0 no-repeat;
        background-size: cover;
    }
        div.flicking_con span.on {
            background-position: 0 -10px;
        }
}


/* SlideBanner.css */
#et-slider-wrapper {
    position: relative;
    width: 100%;
}

.et-slide {
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    .et-slide .container {
        padding: 220px 0 0;
    }

    .et-slide .description {
        text-shadow: 0 2px 2px rgba(0,0,0,0.3);
        color: #fff;
        font-size: 18px;
        float: left;
        width: 412px;
        padding-top: 95px;
        -webkit-animation-duration: .6s;
        -webkit-animation-delay: .4s;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-duration: .6s;
        -moz-animation-delay: .4s;
        -moz-animation-timing-function: ease;
        -moz-animation-fill-mode: both;
        -ms-animation-duration: .6s;
        -ms-animation-delay: .4s;
        -ms-animation-timing-function: ease;
        -ms-animation-fill-mode: both;
        animation-duration: .6s;
        animation-delay: .4s;
        animation-timing-function: ease;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInUp;
        -moz-animation-name: fadeInUp;
        -o-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

.description h2 {
    font-size: 60px;
    color: inherit;
}

    .description h2 a {
        color: #fff;
    }

        .description h2 a:hover {
            text-decoration: none;
            color: rgba(255,255,255,0.95);
        }

.subtitle {
    font-size: 32px;
    text-transform: uppercase;
    color: #c3e54b;
}

.description .more {
    float: right;
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.8);
    padding: 17px 28px;
    border: 1px solid #17242a;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 3px 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 3px 3px rgba(0,0,0,0.3);
    background: #2a3f4a;
    background: -moz-linear-gradient(top, #2a3f4a 0%, #1e2f37 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a3f4a), color-stop(100%,#1e2f37)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2a3f4a 0%,#1e2f37 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2a3f4a 0%,#1e2f37 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2a3f4a 0%,#1e2f37 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2a3f4a 0%,#1e2f37 100%); /* W3C */
}

    .description .more:hover {
        color: rgba(255,255,255,0.9);
        text-decoration: none;
    }

.featured-image {
    float: right;
    width: 535px;
    -webkit-animation-duration: .6s;
    -webkit-animation-delay: .8s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .6s;
    -moz-animation-delay: .8s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .6s;
    -ms-animation-delay: .8s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .6s;
    animation-delay: .8s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

.js .et-slide {
    display: none;
}

    .js .et-slide:first-child {
        display: block;
    }

.et-slider-arrows a {
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    text-indent: -9999px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

#et-slider-wrapper .et-arrow-prev {
    left: 60px;
    background: url(/Skin/images/arrow.png);
}

#et-slider-wrapper .et-arrow-next {
    right: 60px;
    background: url(/Skin/images/arrow.png) 80px 0;
}

#et-slider-wrapper:hover .et-slider-arrows a {
    opacity: 1;
}

#et-slider-wrapper:hover .et-arrow-prev {
    left: 80px;
}

#et-slider-wrapper:hover .et-arrow-next {
    right: 80px;
}

#et-slider-controls {
    position: absolute;
    bottom: 75px;
    left: 0;
    bottom: 20px;
    width: 100%;
}

    #et-slider-controls .et-controllers {
        width: 100%;
        text-align: center;
        height: 17px;
    }

        #et-slider-controls .et-controllers a {
            overflow: hidden;
            display: inline-block;
            width: 52px;
            height: 3px;
            text-indent: -9999px;
            margin: 0 3px;
            background: #ccc;
        }

            #et-slider-controls .et-controllers a.et-active-control {
                background: #ff072a;
            }

.et-controllers a.et-active-control:hover {
    cursor: default;
}

@media (max-width: 767px) {
    #et-slider-controls .et-controllers a {
        width: 20px;
        height: 5px;
    }
}
/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

.commentlist, #respond {
    padding: 40px;
}

#comments, #reply-title {
    font-size: 30px;
    text-transform: uppercase;
}

.comment-body {
    position: relative;
    padding: 0 0 0 75px;
    margin: 20px 0;
}

.comment_avatar {
    position: absolute;
    top: 0;
    left: 0;
}

    .comment_avatar img {
        display: block;
    }

    .comment_avatar:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -moz-box-shadow: inset 0 0 7px rgba(0,0,0,0.5);
        -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.5);
        box-shadow: inset 0 0 7px rgba(0,0,0,0.5);
    }

.comment_postinfo {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.fn, .fn a {
    color: #454545;
    text-decoration: none;
}

.comment_date {
    color: #c3e54b;
    margin-left: 4px;
}

.comment-reply-link, .form-submit #submit {
    float: right;
    position: relative;
    padding-right: 12px;
    color: #454545;
    font-size: 18px;
    text-transform: uppercase;
}

    .comment-reply-link:hover {
        color: #111;
        text-decoration: none;
    }

    .comment-reply-link:before {
        content: '\00BB';
        position: absolute;
        top: 0;
        right: 0;
        color: #C3E54B;
    }

.commentlist .children {
    padding-left: 75px;
}

#respond {
    margin-top: 60px;
}

#commentform input[type="text"] {
    width: 40%;
}

#commentform textarea {
    width: 89%;
}

#commentform textarea, #commentform input[type="text"] {
    border: 1px solid #e0dddd;
    padding: 20px;
    color: #555e58;
    font-size: 14px;
    background: #fff;
    -moz-box-shadow: inset 0 0 7px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 7px rgba(0,0,0,0.1);
}

#reply-title small {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    font-weight: bold;
    letter-spacing: 0;
    font-family: 'Open Sans', Arial, sans-serif;
}

.form-submit {
    text-align: right;
}

    .form-submit input {
        font-size: 14px;
        float: none;
    }

.comment #respond, #trackbacks {
    margin-bottom: 30px;
}

.comment #respond {
    background: none;
    -moz-box-shadow: none;
    -webkit-filter: none;
    filter: none;
    padding: 0;
    margin-top: 32px;
}

.form-submit #submit {
    background: none;
    border: none;
}

/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/

#footer-widgets {
    border-top: 1px solid #d8d8d8;
    padding: 99px 0 59px;
    text-shadow: 1px 1px 0 #fff;
    background-color: #ececec;
}

#footer-copyright {
    margin-top: -9px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 16px;
    color: #c5c5c5;
    margin-bottom: -5px;
}

.footer-widget {
    float: left;
    width: 280px;
    margin-right: 60px;
    color: #787878;
}

    .footer-widget h4.widgettitle {
        font-size: 30px;
        padding-bottom: 9px;
        text-transform: uppercase;
        color: #454545;
    }

#footer-bottom {
    padding: 55px 0 25px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.bottom-nav li {
    float: left;
    padding-right: 22px;
}

    .bottom-nav li.current_page_item a {
        color: #c3e54b;
        font-weight: 800;
    }

    .bottom-nav li a {
        color: #fff;
        text-decoration: none;
    }

        .bottom-nav li a:hover {
            color: #eee;
        }

p#copyright {
    text-align: right;
    font-size: 12px;
    color: #fff;
}

    p#copyright a {
        color: #fff;
        font-weight: 800;
    }

.f_widget {
    margin-bottom: 25px;
}


/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/

#sidebar {
    float: left;
    width: 290px;
}

    #sidebar a, #footer-widgets a {
        color: #454545;
    }

        #sidebar a:hover, #footer-widgets a:hover {
            color: #111;
            text-decoration: none;
        }

.widget {
    margin-bottom: 42px;
    text-shadow: 1px 1px 0 #fff;
}

    .widget h4.widgettitle {
        font-size: 30px;
        text-transform: uppercase;
        padding-bottom: 14px;
        color: #454545;
    }

    .widget li, .f_widget li {
        padding: 0 0 15px 15px;
        background: url(/App_Style/images/widget-bullet.png) no-repeat 0 6px;
    }

        .widget li:hover, .f_widget li:hover {
            background-image: url(/App_Style/images/hover-widget-bullet.png);
        }

        .f_widget li ul, .widget li ul {
            margin: 15px 0 -15px;
        }

/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

div.post .new-post .aligncenter, .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin-bottom: 10px;
    max-width: 96%;
    padding: 8px;
}

    .wp-caption.alignleft {
        margin: 0px 10px 10px 0px;
    }

    .wp-caption.alignright {
        margin: 0px 0px 10px 10px;
    }

    .wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
    }

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

#mobile_menu {
    position: absolute;
    top: 30px;
    left: -52px;
    text-align: left;
}

    #mobile_menu a {
        font-weight: 300;
        color: #fff;
        text-decoration: none;
    }

    #mobile_menu ul {
        display: block !important;
        visibility: visible !important;
    }

        #mobile_menu ul a {
            padding-left: 40px;
        }

        #mobile_menu ul ul a {
            padding-left: 60px;
        }

        #mobile_menu ul ul ul a {
            padding-left: 80px;
        }

/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 240px;
}

    #wp-calendar a {
        display: block;
        text-decoration: none;
        font-weight: bold;
    }

        #wp-calendar a:hover {
            text-decoration: underline;
        }

    #wp-calendar caption {
        text-decoration: none;
        font: bold 13px Arial, Sans-Serif;
    }

    #wp-calendar td {
        padding: 3px 5px;
    }

        #wp-calendar td#today {
            color: #111;
            font-weight: bold;
        }

    #wp-calendar th {
        font-style: normal;
        text-transform: capitalize;
        padding: 3px 5px;
    }

    #wp-calendar #prev a, #wp-calendar #next a {
        font-size: 9pt;
    }

    #wp-calendar #next a {
        padding-right: 10px;
        text-align: right;
    }

    #wp-calendar #prev a {
        padding-left: 10px;
        text-align: left;
    }

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination {
    overflow: hidden;
    padding: 20px 0;
}

#content .wp-pagenavi {
    text-align: right;
}

    #content .wp-pagenavi a, #content .wp-pagenavi span {
        background: #fff;
        -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        border: none;
        padding: 14px 18px;
        font-size: 18px;
        color: #d8d8d8;
        font-weight: normal !important;
        margin: 0 4px;
    }

        #content .wp-pagenavi span.current, #content .wp-pagenavi a:hover {
            color: #454545;
        }

    #content .wp-pagenavi .nextpostslink, #content .wp-pagenavi .previouspostslink {
        color: #c3e54b;
    }

    #content .wp-pagenavi .pages {
        background: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.mobile_nav, #mobile_menu {
    display: none;
}

.fullwidth #left-area {
    float: none;
    width: auto;
}

.entry .wp-pagenavi {
    padding-top: 30px;
}

.et_embedded_videos {
    display: none;
}

.et_pt_gallery_entry {
    margin-left: 67px !important;
}

#et_pt_portfolio_gallery {
    margin-left: -33px !important;
}

.et_pt_portfolio_item {
    margin-left: 16px !important;
}

.et_portfolio_large .et_pt_portfolio_item {
    width: 420px !important;
}

@media only screen and ( max-width: 1002px ) {
    #et-search, p#et-search-title, p#et-search-title span {
        background: none !important;
    }

    #et-search {
        width: auto !important;
        height: auto !important;
    }

    #et-search-inner {
        padding: 0 !important;
    }

    #et-search-right {
        float: none !important;
        clear: both;
        text-align: left !important;
    }

    #et_search_submit {
        background: #BBB8B8 !important;
        color: #111 !important;
    }

    p#et-search-title {
        margin-bottom: 2px !important;
    }

        p#et-search-title span {
            padding: 0 !important;
            text-shadow: none !important;
        }

    #et-searchinput {
        width: auto !important;
    }

    p#et_choose_posts, p#et_choose_pages, p#et_choose_date, p#et_choose_cat {
        float: none !important;
    }

    #et-search-left {
        float: none !important;
        width: 100% !important;
    }
}

@media only screen and ( min-width: 768px ) and ( max-width: 1002px ) {
    #logo {
        float: none;
    }

    #menu-wrap {
        float: none;
        clear: both;
        padding-top: 38px;
    }

    .et-slide .container {
        padding-top: 250px;
    }

    .et-slide .description {
        width: 277px;
        padding-top: 32px;
    }

    .description h2 {
        font-size: 48px;
    }

    .featured-image, #et-slider-controls .et-controllers {
        width: 402px;
        margin: 0 auto;
    }

    .et-slider-arrows a {
        top: 413px;
    }

    #et-slider-wrapper .et-arrow-prev {
        left: 0;
    }

    #et-slider-wrapper .et-arrow-next {
        right: 0;
    }

    #et-slider-wrapper:hover .et-arrow-prev {
        left: 25px;
    }

    #et-slider-wrapper:hover .et-arrow-next {
        right: 25px;
    }

    .subtitle, .service h3, .testimonial .title, .footer-widget h4.widgettitle {
        font-size: 24px;
    }

    .description .more {
        font-size: 18px;
    }

    .service {
        margin-right: 35px;
        width: 155px;
    }

    #testimonials {
        width: 313px;
    }

    .testimonial {
        padding: 30px 26px 27px 39px;
    }

        .testimonial .title {
            padding-bottom: 3px;
        }

        .testimonial span.title {
            display: block;
        }

    #recent-updates {
        width: 331px;
    }

    #logos img {
        max-width: 136px;
    }

    .footer-widget {
        margin-right: 52px;
        width: 208px;
    }

    #left-area {
        width: 472px;
    }

    #sidebar {
        width: 209px;
    }

    .page-title-area {
        padding-top: 95px;
    }

        .page-title-area h1 {
            font-size: 48px;
        }

    .entry .meta-info {
        font-size: 24px;
    }

    #et_pt_portfolio_gallery {
        margin-left: -35px !important;
    }

    .et_pt_portfolio_item {
        margin-left: 13px !important;
        width: 201px !important;
    }

    .et_portfolio_more_icon, .et_portfolio_zoom_icon {
        top: 50px !important;
    }

    .et_portfolio_more_icon {
        left: 65px !important;
    }

    .et_portfolio_zoom_icon {
        left: 106px !important;
    }

    #et_pt_portfolio_gallery.et_portfolio_small {
        margin-left: -18px !important;
    }

        #et_pt_portfolio_gallery.et_portfolio_small .et_pt_portfolio_item {
            margin-left: 8px !important;
            width: 117px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_zoom_icon {
            top: 20px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_more_icon {
            left: 26px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_zoom_icon {
            left: 62px !important;
        }

    #et_pt_portfolio_gallery.et_portfolio_large {
        margin-left: -28px !important;
    }

        #et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item {
            margin-left: -3px !important;
            width: 321px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
            top: 99px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon {
            left: 140px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
            left: 178px !important;
        }
}

@media only screen and ( max-width: 767px ) {
    .top-content.container {
        text-align: center;
    }

    #logo, #top-menu {
        float: none;
    }

    #social-icons, .description p {
        display: none;
    }

    .description .subtitle {
        display: block;
    }

    .description .more {
        font-size: 18px;
        float: left;
        padding: 17px;
    }

    .et-slide .container {
        padding-top: 233px;
    }

    .et-slide .description {
        width: 203px;
        padding-top: 22px;
    }

    .featured-image {
        width: 211px;
    }

    #et-slider-controls .et-controllers {
        width: 100%;
        text-align: center;
    }

    #et-slider-controls {
        bottom: .2rem;
    }

    #et-slider-wrapper .et-arrow-prev {
        left: 0;
    }

    #et-slider-wrapper .et-arrow-next {
        right: 0;
    }

    #et-slider-wrapper:hover .et-arrow-prev {
        left: 10px;
    }

    #et-slider-wrapper:hover .et-arrow-next {
        right: 10px;
    }

    .description h2 {
        font-size: 36px;
    }

    .subtitle {
        font-size: 18px;
    }

    .service {
        float: none;
        margin-bottom: 35px;
    }

        .service h3, .footer-widget h4.widgettitle {
            font-size: 24px;
        }

    .service {
        margin-right: 0;
        width: 414px;
    }

    #testimonials, #recent-updates {
        float: none;
        width: auto;
    }

    #testimonials {
        margin: 0 0 50px 24px;
    }

    .testimonial {
        padding: 32px 36px 27px 39px;
    }

    #recent-updates {
        margin-left: 60px;
    }

    #logos {
        padding-bottom: 0;
    }

        #logos img {
            max-width: 189px;
            margin-bottom: 50px;
        }

        #logos a:nth-child(2) {
            margin-right: 0;
        }

    .footer-widget {
        margin-right: 0;
        width: auto;
        margin-bottom: 50px;
        float: none;
    }

        .footer-widget.last {
            margin-bottom: 0;
        }

    #footer-bottom .container, p#copyright {
        text-align: center;
    }

    .bottom-nav {
        display: inline-block;
    }

    p#copyright {
        padding-top: 25px;
    }

    #menu-wrap, #sidebar {
        display: none;
    }

    .mobile_nav {
        display: inline-block;
    }

    #et_mobile_nav_menu {
        margin-top: 45px;
    }

    .mobile_nav {
        padding-bottom: 8px;
    }

        .mobile_nav:hover {
            text-decoration: none;
        }

    .page-title-area {
        padding-top: 51px;
    }

        .page-title-area h1 {
            font-size: 48px;
        }

        .page-title-area .subtitle, .entry .meta-info {
            font-size: 24px;
        }

    #left-area {
        float: none;
        margin-right: 0;
        width: auto;
    }

    #et_pt_gallery {
        margin-left: -44px !important;
        margin-right: -40px !important;
    }

    .et_pt_gallery_entry {
        margin-left: 7px !important;
    }

    #et_contact_right {
        width: 50% !important;
        margin-left: 0 !important;
        float: none !important;
    }

    .sitemap-col {
        float: none !important;
        width: auto !important;
    }

    .et_pt_portfolio_item {
        margin-left: 30px !important;
    }

    .et_portfolio_small .et_pt_portfolio_item {
        width: 380px !important;
        margin-bottom: 10px;
    }

    .et_portfolio_small .et_pt_portfolio_entry {
        float: left;
        margin-right: 15px;
    }

    .et_portfolio_small .et_portfolio_more_icon, .et_portfolio_small .et_portfolio_zoom_icon {
        top: 30px !important;
    }

    .et_portfolio_small .et_portfolio_more_icon {
        left: 38px !important;
    }

    .et_portfolio_small .et_portfolio_zoom_icon {
        left: 77px !important;
    }

    #et_pt_portfolio_gallery.et_portfolio_large {
        margin-left: 0 !important;
    }

        #et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item {
            margin-left: -27px !important;
            width: 404px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
            top: 109px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon {
            left: 155px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
            left: 195px !important;
        }
}

@media only screen and ( max-width: 479px ) {
    .featured-image, #et-search-form, #content .wp-pagenavi .pages {
        display: none;
    }

    .et-slide .description {
        float: none;
        width: 100%;
    }

        .et-slide .description .more {
            float: none;
        }

    .top-content.container, .et-slide .container, #logos .container, p#copyright {
        text-align: center;
    }

    #logo, #top-menu {
        float: none;
    }

    #social-icons, #footer-widgets, .bottom-nav {
        display: none;
    }

    .description h2 {
        font-size: 36px;
    }

    .subtitle, .entry .meta-info {
        font-size: 18px;
    }

    .service h3 {
        font-size: 24px;
    }

    .service {
        margin-right: 0;
        width: 255px;
    }

    .testimonial {
        padding: 32px 36px 27px 39px;
    }

    #recent-updates {
        margin-left: 0;
    }

    #logos img {
        max-width: 189px;
        margin-bottom: 50px;
    }

    #footer-bottom {
        padding-top: 0;
    }

    .page-title-area h1 {
        font-size: 36px;
    }

    #breadcrumbs {
        padding: 10px 0;
    }

    .et_pt_gallery_entry {
        margin-left: 56px !important;
    }

    p.et-registration {
        margin-top: 35px !important;
    }

    .et-protected-form {
        padding: 0 !important;
        background: none !important;
    }

    .et-protected {
        width: auto !important;
    }

    #et_pt_portfolio_gallery, #et_pt_portfolio_gallery.et_portfolio_large {
        margin-left: 0 !important;
    }

        .et_pt_portfolio_item, #et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item {
            margin-left: 0 !important;
            width: 228px !important;
        }

        .et_portfolio_more_icon, .et_portfolio_zoom_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
            top: 53px !important;
        }

        .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon {
            left: 70px !important;
        }

        .et_portfolio_zoom_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
            left: 110px !important;
        }

    .entry .et_portfolio_small .et_pt_portfolio_item {
        width: 262px !important;
        margin-left: 0 !important;
    }

    .et_portfolio_small .et_pt_portfolio_item {
        margin-left: -15px !important;
        width: 254px !important;
    }
}

/*------------------------------------------------*/
/*-----------------[COLOR SCHEMES-----------------*/
/*------------------------------------------------*/

/*--------------------[PURPLE]--------------------*/
.et_color_scheme_purple #breadcrumbs-wrapper, .et_color_scheme_purple #services {
    border-top: 1px solid #692c6d;
    background: #4d2050;
    background: -moz-linear-gradient(top, .et_color_scheme_purple#4d2050 0%, .et_color_scheme_purple#3c1a3e 100%);
    background: -webkit-gradient(linear, .et_color_scheme_purpleleft top, .et_color_scheme_purpleleft bottom, .et_color_scheme_purplecolor-stop(0%,rgba(29, .et_color_scheme_purple47, .et_color_scheme_purple56, .et_color_scheme_purple1)), .et_color_scheme_purplecolor-stop(100%,#3c1a3e));
    background: -webkit-linear-gradient(top, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    background: -o-linear-gradient(top, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    background: linear-gradient(to bottom, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d2050', .et_color_scheme_purpleendColorstr='#3c1a3e',GradientType=0 );
}

.et_color_scheme_purple .description .more {
    background: #4d2050;
    background: -moz-linear-gradient(top, .et_color_scheme_purple#4d2050 0%, .et_color_scheme_purple#3c1a3e 100%);
    background: -webkit-gradient(linear, .et_color_scheme_purpleleft top, .et_color_scheme_purpleleft bottom, .et_color_scheme_purplecolor-stop(0%,rgba(29, .et_color_scheme_purple47, .et_color_scheme_purple56, .et_color_scheme_purple1)), .et_color_scheme_purplecolor-stop(100%,#3c1a3e));
    background: -webkit-linear-gradient(top, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    background: -o-linear-gradient(top, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    background: linear-gradient(to bottom, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
}

.et_color_scheme_purple #breadcrumbs, .et_color_scheme_purple.read-more span, .et_color_scheme_purple.testimonial span.title, .et_color_scheme_purple.entry .meta-info, .et_color_scheme_purple.entry .meta-info a, .et_color_scheme_purple.entry .meta-info a:hover, .et_color_scheme_purple.subtitle, .et_color_scheme_purple.comment_date, .et_color_scheme_purple.comment-reply-link:before, .et_color_scheme_purple.bottom-nav li.current_page_item a, .et_color_scheme_purple#content .wp-pagenavi .nextpostslink, .et_color_scheme_purple#content .wp-pagenavi .previouspostslink {
    color: #d166d8;
}

.mobile_nav {
    border-color: #d166d8;
}

#top-menu a .menu-highlight, .et_color_scheme_purple#mobile_menu .menu-highlight {
    background-color: #d166d8;
}

.subtitle {
    color: #fff;
}

/*--------------------[BLUE]--------------------*/
.et_color_scheme_blue #breadcrumbs-wrapper, .et_color_scheme_blue #services {
    border-top: 1px solid #2e479b;
    background: #21326b;
    background: -moz-linear-gradient(top, .et_color_scheme_blue#21326b 0%, .et_color_scheme_blue#172658 100%);
    background: -webkit-gradient(linear, .et_color_scheme_blueleft top, .et_color_scheme_blueleft bottom, .et_color_scheme_bluecolor-stop(0%,#21326b), .et_color_scheme_bluecolor-stop(100%,#172658));
    background: -webkit-linear-gradient(top, .et_color_scheme_blue#21326b 0%,#172658 100%);
    background: -o-linear-gradient(top, .et_color_scheme_blue#21326b 0%,#172658 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_blue#21326b 0%,#172658 100%);
    background: linear-gradient(to bottom, .et_color_scheme_blue#21326b 0%,#172658 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21326b', .et_color_scheme_blueendColorstr='#172658',GradientType=0 );
}

.et_color_scheme_blue .description .more {
    background: #21326b;
    background: -moz-linear-gradient(top, .et_color_scheme_blue#21326b 0%, .et_color_scheme_blue#172658 100%);
    background: -webkit-gradient(linear, .et_color_scheme_blueleft top, .et_color_scheme_blueleft bottom, .et_color_scheme_bluecolor-stop(0%,#21326b), .et_color_scheme_bluecolor-stop(100%,#172658));
    background: -webkit-linear-gradient(top, .et_color_scheme_blue#21326b 0%,#172658 100%);
    background: -o-linear-gradient(top, .et_color_scheme_blue#21326b 0%,#172658 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_blue#21326b 0%,#172658 100%);
    background: linear-gradient(to bottom, .et_color_scheme_blue#21326b 0%,#172658 100%);
}

.et_color_scheme_blue #breadcrumbs, .et_color_scheme_blue.read-more span, .et_color_scheme_blue.testimonial span.title, .et_color_scheme_blue.entry .meta-info, .et_color_scheme_blue.entry .meta-info a, .et_color_scheme_blue.entry .meta-info a:hover, .et_color_scheme_blue.subtitle, .et_color_scheme_blue.comment_date, .et_color_scheme_blue.comment-reply-link:before, .et_color_scheme_blue.bottom-nav li.current_page_item a, .et_color_scheme_blue#content .wp-pagenavi .nextpostslink, .et_color_scheme_blue#content .wp-pagenavi .previouspostslink {
    color: #3e6afa;
}

.et_color_scheme_blue .mobile_nav {
    border-color: #3e6afa;
}

.et_color_scheme_blue #top-menu a .menu-highlight, .et_color_scheme_blue#mobile_menu .menu-highlight {
    background-color: #3e6afa;
}

.et_color_scheme_blue .subtitle {
    color: #fff;
}

/*--------------------[GREEN]--------------------*/
.et_color_scheme_green #breadcrumbs-wrapper, .et_color_scheme_green #services {
    border-top: 1px solid #288a3b;
    background: #134f1e;
    background: -moz-linear-gradient(top, .et_color_scheme_green#216b2f 0%, .et_color_scheme_green#134f1e 100%);
    background: -webkit-gradient(linear, .et_color_scheme_greenleft top, .et_color_scheme_greenleft bottom, .et_color_scheme_greencolor-stop(0%,#216b2f), .et_color_scheme_greencolor-stop(100%,#134f1e));
    background: -webkit-linear-gradient(top, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    background: -o-linear-gradient(top, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    background: linear-gradient(to bottom, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#216b2f', .et_color_scheme_greenendColorstr='#134f1e',GradientType=0 );
}

.et_color_scheme_green .description .more {
    background: #134f1e;
    background: -moz-linear-gradient(top, .et_color_scheme_green#216b2f 0%, .et_color_scheme_green#134f1e 100%);
    background: -webkit-gradient(linear, .et_color_scheme_greenleft top, .et_color_scheme_greenleft bottom, .et_color_scheme_greencolor-stop(0%,#216b2f), .et_color_scheme_greencolor-stop(100%,#134f1e));
    background: -webkit-linear-gradient(top, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    background: -o-linear-gradient(top, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    background: linear-gradient(to bottom, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
}

.et_color_scheme_green #breadcrumbs, .et_color_scheme_green.read-more span, .et_color_scheme_green.testimonial span.title, .et_color_scheme_green.entry .meta-info, .et_color_scheme_green.entry .meta-info a, .et_color_scheme_green.entry .meta-info a:hover, .et_color_scheme_green.subtitle, .et_color_scheme_green.comment_date, .et_color_scheme_green.comment-reply-link:before, .et_color_scheme_green.bottom-nav li.current_page_item a, .et_color_scheme_green#content .wp-pagenavi .nextpostslink, .et_color_scheme_green#content .wp-pagenavi .previouspostslink {
    color: #21ab3b;
}

.et_color_scheme_green .mobile_nav {
    border-color: #21ab3b;
}

.et_color_scheme_green #top-menu a .menu-highlight, .et_color_scheme_green#mobile_menu .menu-highlight {
    background-color: #21ab3b;
}

.et_color_scheme_green a {
    color: #21ab3b;
}

.et_color_scheme_green .subtitle {
    color: #fff;
}

/*--------------------[RED]--------------------*/
.et_color_scheme_red #breadcrumbs-wrapper, .et_color_scheme_red #services {
    border-top: 1px solid #a31818;
    background: #560101;
    background: -moz-linear-gradient(top, .et_color_scheme_red#770e0e 0%, .et_color_scheme_red#560101 100%);
    background: -webkit-gradient(linear, .et_color_scheme_redleft top, .et_color_scheme_redleft bottom, .et_color_scheme_redcolor-stop(0%,#770e0e), .et_color_scheme_redcolor-stop(100%,#560101));
    background: -webkit-linear-gradient(top, .et_color_scheme_red#770e0e 0%,#560101 100%);
    background: -o-linear-gradient(top, .et_color_scheme_red#770e0e 0%,#560101 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_red#770e0e 0%,#560101 100%);
    background: linear-gradient(to bottom, .et_color_scheme_red#770e0e 0%,#560101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#770e0e', .et_color_scheme_redendColorstr='#560101',GradientType=0 );
}

.et_color_scheme_red .description .more {
    background: #560101;
    background: -moz-linear-gradient(top, .et_color_scheme_red#770e0e 0%, .et_color_scheme_red#560101 100%);
    background: -webkit-gradient(linear, .et_color_scheme_redleft top, .et_color_scheme_redleft bottom, .et_color_scheme_redcolor-stop(0%,#770e0e), .et_color_scheme_redcolor-stop(100%,#560101));
    background: -webkit-linear-gradient(top, .et_color_scheme_red#770e0e 0%,#560101 100%);
    background: -o-linear-gradient(top, .et_color_scheme_red#770e0e 0%,#560101 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_red#770e0e 0%,#560101 100%);
    background: linear-gradient(to bottom, .et_color_scheme_red#770e0e 0%,#560101 100%);
}

.et_color_scheme_red #breadcrumbs, .et_color_scheme_red.read-more span, .et_color_scheme_red.testimonial span.title, .et_color_scheme_red.entry .meta-info, .et_color_scheme_red.entry .meta-info a, .et_color_scheme_red.entry .meta-info a:hover, .et_color_scheme_red.subtitle, .et_color_scheme_red.comment_date, .et_color_scheme_red.comment-reply-link:before, .et_color_scheme_red.bottom-nav li.current_page_item a, .et_color_scheme_red#content .wp-pagenavi .nextpostslink, .et_color_scheme_red#content .wp-pagenavi .previouspostslink {
    color: #f04848;
}

.et_color_scheme_red .mobile_nav {
    border-color: #f04848;
}

.et_color_scheme_red #top-menu a .menu-highlight, .et_color_scheme_red#mobile_menu .menu-highlight {
    background-color: #f04848;
}

.et_color_scheme_red a {
    color: #f04848;
}

.et_color_scheme_red .subtitle {
    color: #fff;
}

/* SlideBanner.css end */





@media(max-width:767px) {
    .myvideo {
        float: none !important;
        padding: 0px !important;
    }

    .video-js {
        margin: 0 auto;
        width: 100%;
    }

    iframe {
        width: 100%;
        height: 5.0rem;
    }
}

/*联系我们*/
.Contact {
    width: 100%;
    padding: 0;
    margin-left: -4px;
}

    .Contact li {
        height: 118px;
        padding: 18px 0 0 40px;
    }

        .Contact li:hover {
            background: #e2001c;
            border-color: #e2001c;
            cursor: pointer;
        }

        .Contact li > .Contact_img {
            width: 30%;
            float: left;
            background: url('/Skin/img/Contact.png') no-repeat;
            height: 80px;
        }

        .Contact li:hover .Contact_img {
            background: url('/Skin/img/hover.png') no-repeat;
        }

        .Contact li:nth-child(1) > .Contact_img {
            background-position: 0 0;
        }

        .Contact li:nth-child(2) > .Contact_img {
            background-position: 0 -88px;
        }

        .Contact li:nth-child(3) > .Contact_img {
            background-position: 0 -176px;
        }

        .Contact li:nth-child(4) > .Contact_img {
            background-position: 0 -264px;
        }

        .Contact li:nth-child(5) > .Contact_img {
            background-position: 0 -353px;
        }

        .Contact li:nth-child(6) > .Contact_img {
            background-position: 0 -441px;
        }

        .Contact li:nth-child(7) > .Contact_img {
            background-position: 0 -529px;
        }

        .Contact li:nth-child(8) > .Contact_img {
            background-position: 0 -618px;
        }

        .Contact li > .Contact_font {
            width: 70%;
            float: left;
            padding-top: 15px;
        }

            .Contact li > .Contact_font > p {
                font-size: 16px;
                color: #999;
            }

                .Contact li > .Contact_font > p > .span {
                    font-size: 20px;
                    color: #333;
                    display: block;
                }

        .Contact li:hover > .Contact_font > p, .Contact li:hover > .Contact_font > p > .span {
            color: #fff;
        }

@media(min-width:768px) and (max-width:991px) {
    /*.Contact li{}
.Contact li:nth-child(2n){margin:0;}*/

    /**联系方式—开始**/
    .divContact {
        margin: 20px;
    }

    .item_box {
        padding: 10px;
        overflow: hidden;
    }

    .item_detail {
        height: 250px;
        padding: 20px;
        overflow: hidden;
        background: #eee;
    }

        .item_detail .item_img, .item_detail .item_img_er {
            width: 100%;
            padding-top: 30px;
            text-align: center;
            vertical-align: middle;
        }

        .item_detail .item_img_er {
            padding-top: 20px;
        }

        .item_detail .item_img img {
            height: 60px;
            width: 60px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .item_img_er img {
            height: 150px;
            width: 150px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .Item_info {
            text-align: center;
            font-size: 18px;
            padding: 20px 0 20px;
        }

    .wxTxt {
        padding-top: 10px !important;
    }

    .item_detail h4 {
        line-height: 30px;
        margin: 0 !important;
        padding-bottom: 20px;
        font-size: 24px;
    }
    /**联系方式—结束**/


}


@media (min-width:1600px) {
    /**联系方式—开始**/
    .divContact {
        margin: 30px;
    }

    .item_box {
        padding: 10px;
        overflow: hidden;
    }

    .item_detail {
        height: 350px;
        padding: 10px 30px;
        overflow: hidden;
        background: #eee;
    }

        .item_detail .item_img, .item_detail .item_img_er {
            width: 100%;
            padding-top: 90px;
            text-align: center;
            vertical-align: middle;
        }

        .item_detail .item_img_er {
            padding-top: 50px;
        }

        .item_detail .item_img img {
            height: 60px;
            width: 60px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .item_img_er img {
            height: 200px;
            width: 200px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .Item_info {
            text-align: center;
            font-size: 18px;
            padding: 20px 0 20px;
        }

        .item_detail h4 {
            line-height: 30px;
            margin: 0 !important;
            padding-bottom: 20px;
            font-size: 24px;
        }
    /**联系方式—结束**/

}

@media (min-width:1220px) and (max-width:1599px) {
    /**联系方式—开始**/
    .divContact {
        margin: 30px;
    }

    .item_box {
        padding: 10px;
        overflow: hidden;
    }

    .item_detail {
        height: 260px;
        padding: 20px;
        overflow: hidden;
        background: #eee;
    }

        .item_detail .item_img, .item_detail .item_img_er {
            width: 100%;
            padding-top: 40px;
            text-align: center;
            vertical-align: middle;
        }

        .item_detail .item_img_er {
            padding-top: 20px;
        }


        .item_detail .item_img img {
            height: 60px;
            width: 60px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .item_img_er img {
            height: 150px;
            width: 150px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .Item_info {
            text-align: center;
            font-size: 16px;
            padding: 20px 0;
        }

    .wxTxt {
        padding-top: 10px !important;
    }

    .item_detail h4 {
        line-height: 30px;
        margin: 0 !important;
        padding-bottom: 10px;
        font-size: 24px;
    }
    /**联系方式—结束**/

}

@media(min-width:992px) and (max-width:1219px) {

    /**联系方式—开始**/
    .divContact {
        margin: 30px;
    }

    .item_box {
        padding: 10px;
        overflow: hidden;
    }

    .item_detail {
        height: 300px;
        padding: 10px 30px;
        overflow: hidden;
        background: #eee;
    }

        .item_detail .item_img, .item_detail .item_img_er {
            width: 100%;
            padding-top: 55px;
            text-align: center;
            vertical-align: middle;
        }

        .item_detail .item_img_er {
            padding-top: 20px;
        }

        .item_detail .item_img img {
            height: 60px;
            width: 60px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .item_img_er img {
            height: 150px;
            width: 150px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .Item_info {
            text-align: center;
            font-size: 18px;
            padding: 20px 0 20px;
        }

        .item_detail h4 {
            line-height: 30px;
            margin: 0 !important;
            padding-bottom: 20px;
            font-size: 24px;
        }
    /**联系方式—结束**/


}

@media(max-width:767px) {
    .Contact {
        margin-left: 0;
    }

        .Contact li {
            height: 1.18rem;
            padding: .18rem 0 0 .4rem;
        }

            .Contact li:nth-child(2n) {
                margin: 0;
            }

            .Contact li > .Contact_img {
                width: 35%;
                height: .8rem;
                background-size: .81rem 6.98rem;
            }

            .Contact li:hover .Contact_img {
                background-size: .81rem 6.98rem;
            }

            .Contact li:nth-child(2) > .Contact_img {
                background-position: 0 -0.88rem;
            }

            .Contact li:nth-child(3) > .Contact_img {
                background-position: 0 -1.76rem;
            }

            .Contact li:nth-child(4) > .Contact_img {
                background-position: 0 -2.64rem;
            }

            .Contact li:nth-child(5) > .Contact_img {
                background-position: 0 -3.53rem;
            }

            .Contact li:nth-child(6) > .Contact_img {
                background-position: 0 -4.41rem;
            }

            .Contact li:nth-child(7) > .Contact_img {
                background-position: 0 -5.29rem;
            }

            .Contact li:nth-child(8) > .Contact_img {
                background-position: 0 -6.18rem;
            }

            .Contact li > .Contact_font {
                width: 65%;
                float: left;
                padding-top: .15rem;
            }

                .Contact li > .Contact_font > p {
                    font-size: .16rem;
                }

                    .Contact li > .Contact_font > p > .span {
                        font-size: .2rem;
                    }

    .HomeProduct {
        clear: both;
        margin: 0px;
    }

    .IntroduceShowStyleM {
        overflow: hidden;
        padding: 0 10px;
    }


    /**联系方式—开始**/
    .divContact {
        margin: 5px;
    }

    .item_box {
        padding: 5px;
        overflow: hidden;
    }

    .item_detail {
        height: 150px;
        padding: 10px;
        overflow: hidden;
        background: #eee;
    }

        .item_detail .item_img, .item_detail .item_img_er {
            width: 100%;
            padding-top: 15px;
            text-align: center;
            vertical-align: middle;
        }

        .item_detail .item_img_er {
            padding-top: 5px;
        }

        .item_detail .item_img img {
            height: 50px;
            width: 50px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .item_img_er img {
            height: 100px;
            width: 100px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .Item_info {
            text-align: center;
            font-size: 12px;
            padding: 5px 0px;
        }

        .item_detail h4 {
            line-height: 180%;
            margin: 0 !important;
            padding-bottom: 0px;
            font-size: 14px;
        }
    /**联系方式—结束**/


        .Master .title {
        padding: 20px 0 10px!important;
    }
}
.main .MarrginBottom {padding-bottom: 10px!important;}
.Margin_Top {width:100%;height:40px;}
@media(min-width: 769px) and (max-width: 991px) {.main .MarrginBottom {padding-bottom: 0!important;}.Margin_Top {width:100%;height:20px;}}
@media(max-width: 767px) {.main .MarrginBottom {padding-bottom: 0!important;}.Margin_Top {width:100%;height:20px;}/*body .topMenu .nav > li > a {font-size:.3rem!important;}*/}

.IntroduceShowStyleSN { padding: 0 40px;}
.center-block {display: block; margin-right: auto; margin-left: unset; margin-right: unset; display: inline-block;}

.divNotice {position: fixed;left: 0;top: 0;bottom: 0;right: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);display: block;overflow: hidden;transition: transform .3s,-webkit-transform .3s;z-index: 9999999;}
.DSBox {display: block;position: fixed;width:60%; min-width:40%;max-width: 80%;left: 50%;max-height: 80%; height:auto; top: 50%;transform: translate(-50%,-50%);}
    .DSBox .divTitle { font-size:18px; color:#fff; font-weight:600; text-align:center; height:50px; line-height:50px; border-radius:10px 10px 0px 0px; }
    .DSBox .divInfo { font-size:16px; line-height:200%; padding:20px 30px;background: #fff; }
@media(min-width: 1400px) and (max-width: 1221px) {
.IntroduceShowStyleSN  {padding: 0 40px;}}
@media(min-width: 769px) and (max-width: 1220px) {
    .IntroduceShowStyleSN  {
        padding: 0 20px;
    }
}
@media(min-width: 415px) and (max-width: 768px) {
    .IntroduceShowStyleSN  {
        padding: 0 10px!important;
    }
    .DSBox {display: block;position: fixed;min-width:80%;max-width: 90%;left: 50%;max-height: 80%; height:auto; top: 50%;transform: translate(-50%,-50%);}
    .DSBox .divTitle { font-size:14px; color:#fff; font-weight:600; text-align:center; height:30px; line-height:30px; border-radius:10px 10px 0px 0px; }
    .DSBox .divInfo { font-size:12px; line-height:200%; padding:10px;background: #fff; }
}
@media (max-width: 414px) {
    .IntroduceShowStyleSN  {
        padding: 0 10px;
    }
    .DSBox {display: block;position: fixed;min-width:80%;max-width: 90%;left: 50%;max-height: 80%; height:auto; top: 50%;transform: translate(-50%,-50%);}
    .DSBox .divTitle { font-size:14px; color:#fff; font-weight:600; text-align:center; height:30px; line-height:30px; border-radius:10px 10px 0px 0px; }
    .DSBox .divInfo { font-size:12px; line-height:200%; padding:10px;background: #fff; }
}

.counter-table { margin: 0 auto; }
.counter-table img { margin:0 0; }

@media (max-width: 768px) {
    .div-counter { display: none; }
}
